From 7c10e579976a3016d86b613cf4f8b25e3c01a7da Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 5 Jan 2013 11:34:23 -0800 Subject: Changed `--epub-toc-level` to `--toc-level`. Also writerEpubTOCLevel -> writerTOCLevel. So far this is only implemented in the EPUB writer. --- src/Text/Pandoc/Writers/EPUB.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Writers') diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs index a33428c71..9e97effeb 100644 --- a/src/Text/Pandoc/Writers/EPUB.hs +++ b/src/Text/Pandoc/Writers/EPUB.hs @@ -229,7 +229,7 @@ writeEPUB version opts doc@(Pandoc meta _) = do -- toc.ncx let secs = hierarchicalize blocks'' - let tocLevel = writerEpubTOCLevel opts + let tocLevel = writerTOCLevel opts let navPointNode :: (Int -> String -> String -> [Element] -> Element) -> Shared.Element -> State Int Element -- cgit v1.2.3