mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 18:56:34 +00:00
--toc-level no longer implies --toc.
Reason: EPUB users who don't want a visible TOC may still want to set the TOC level for in the book navigation.
This commit is contained in:
@@ -323,7 +323,7 @@ General writer options
|
||||
`--toc-depth=`*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`.
|
||||
headers will be listed in the contents).
|
||||
|
||||
`--no-highlight`
|
||||
: Disables syntax highlighting for code blocks and inlines, even when
|
||||
|
||||
Reference in New Issue
Block a user