Browse Source

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 <Alexander@Kriegisch.name>
tags/V1_9_22
Alexander Kriegisch 1 month ago
parent
commit
db9aa89125
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      pom.xml

+ 1
- 0
pom.xml View File

@@ -513,6 +513,7 @@
<attributes>
<source-highlighter>coderay</source-highlighter>
<toc>left</toc>
<toclevels>5</toclevels>
<icons>font</icons>
<!--
Create separate CSS files, rather than embedding CSS into each HTML file

Loading…
Cancel
Save