diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-05 12:03:05 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-05 12:03:05 -0800 |
commit | c45ae571ccee3cd0e6aa11b3b43e8eaf6315386b (patch) | |
tree | 2481a6fb9c98a08f715300b34f5bfab1a24a579f /README | |
parent | 2e0894554ce591488b7e0aebfaecf1fd7dc83c10 (diff) | |
download | pandoc-c45ae571ccee3cd0e6aa11b3b43e8eaf6315386b.tar.gz |
Changed --toc-level to --toc-depth.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ General writer options one) in the output document. This option has no effect on `man`, `docbook`, `slidy`, `slideous`, or `s5` output. -`--toc-level=`*NUMBER* +`--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`. |