diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-05 11:34:23 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-05 11:36:55 -0800 |
commit | 7c10e579976a3016d86b613cf4f8b25e3c01a7da (patch) | |
tree | 0883efa6d3ddc4b1a53070166cd9a5da31badb97 /README | |
parent | 91e8d80eee405e4bbb40bf247724b453187619f9 (diff) | |
download | pandoc-7c10e579976a3016d86b613cf4f8b25e3c01a7da.tar.gz |
Changed `--epub-toc-level` to `--toc-level`.
Also writerEpubTOCLevel -> writerTOCLevel.
So far this is only implemented in the EPUB writer.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -296,6 +296,11 @@ General writer options one) in the output document. This option has no effect on `man`, `docbook`, `slidy`, `slideous`, or `s5` output. +`--toc-level=`*NUMBER* +: Specify the number of section levels to include in the table + of contents. The default is 3 (which means that level 1, 2, and 3 + headers will be listed in the contents). Implies `--toc`. + `--no-highlight` : Disables syntax highlighting for code blocks and inlines, even when a language attribute is given. @@ -521,11 +526,6 @@ Options affecting specific writers documents with few level 1 headers, one might want to use a chapter level of 2 or 3. -`--epub-toc-level=`*NUMBER* -: Specify the number of section levels to include in an EPUB's table - of contents. The default is 3 (which means that level 1, 2, and 3 - headers will be listed in the contents). - `--latex-engine=`*pdflatex|lualatex|xelatex* : Use the specified LaTeX engine when producing PDF output. The default is `pdflatex`. If the engine is not in your PATH, |