docs: show one more level of contents on manual

This commit is contained in:
Simon Michael 2013-03-31 22:14:40 +00:00
parent 25af7f38d4
commit 853c07bf9e

View File

@ -29,6 +29,7 @@ main = do
pandocCompilerWith pandocCompilerWith
def def
def{writerTableOfContents=True def{writerTableOfContents=True
,writerTOCDepth=4
,writerStandalone=True ,writerStandalone=True
,writerTemplate="<div id=toc>$toc$</div>\n$body$" ,writerTemplate="<div id=toc>$toc$</div>\n$body$"
} }