diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-01 09:45:29 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-01 09:45:48 -0700 |
commit | 8e61a6214ffda2f76980dbb36542c1d36951150c (patch) | |
tree | ada716df799172b3405b806efadb45c0991d2e7f | |
parent | 90c49b0aaed34ef1efb8e342d80f93cb477512a7 (diff) | |
download | pandoc-8e61a6214ffda2f76980dbb36542c1d36951150c.tar.gz |
Document fact that --toc doesn't do anything for docx or odt output.
See #458.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -342,7 +342,7 @@ General writer options : Include an automatically generated table of contents (or, in the case of `latex`, `context`, and `rst`, an instruction to create one) in the output document. This option has no effect on `man`, - `docbook`, `slidy`, `slideous`, or `s5` output. + `docbook`, `slidy`, `slideous`, `s5`, `docx`, or `odt` output. `--toc-depth=`*NUMBER* : Specify the number of section levels to include in the table |