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:
Simon Michael 2013-11-06 12:26:20 -08:00
parent 2b24db783b
commit d2db669cbb

View File

@ -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$"
} }