From db9aa89125d2a6e102180e1e30e3a51737625b8b Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 16 Mar 2024 10:21:34 +0100 Subject: [PATCH] Asciidoctor: Create HTML/PDF with TOC level 5 The default is 2 in Asciidoctor. A higher TOC level enables developers and users to post more precise deep-links into docs. In PDF versions, it is also easier now to navigate from the TOC to a specific subchapter. Signed-off-by: Alexander Kriegisch --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 15319c20b..33f7be10f 100644 --- a/pom.xml +++ b/pom.xml @@ -513,6 +513,7 @@ coderay left + 5 font