docs: increase table of contents depth to 5
Might look more cluttered, but it's getting too hard to find things in the manual.
This commit is contained in:
parent
2b24db783b
commit
d2db669cbb
@ -37,7 +37,7 @@ main = do
|
|||||||
pandocCompilerWith
|
pandocCompilerWith
|
||||||
def
|
def
|
||||||
def{writerTableOfContents=True
|
def{writerTableOfContents=True
|
||||||
,writerTOCDepth=4
|
,writerTOCDepth=5
|
||||||
,writerStandalone=True
|
,writerStandalone=True
|
||||||
,writerTemplate="<div id=toc>$toc$</div>\n$body$"
|
,writerTemplate="<div id=toc>$toc$</div>\n$body$"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user