Skip to content

Commit fded421

Browse files
committed
Set TOC depth to 4
This keeps the number of heading levels used for the TOC the same as before, when the TOC levels were shifted by -1.
1 parent 87ce23d commit fded421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pbb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ md2html() {
188188
"--standalone"
189189
"--table-of-contents"
190190
"--to=html"
191+
"--toc-depth=4"
191192
)
192193

193194
if [[ $(getconfvalue 'bibliography') == 'on' ]]; then

0 commit comments

Comments
 (0)