diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-18 14:54:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-18 14:54:09 -0700 |
commit | 8d1c01809e0f45b54584bcd2a93b66a5e44968c1 (patch) | |
tree | 94cc7ea237a514b8c431106ee26ca2b6ce604b03 | |
parent | 28c7617f19c4d6dd69e2aa9c904af13e11e4e639 (diff) | |
download | pandoc-8d1c01809e0f45b54584bcd2a93b66a5e44968c1.tar.gz |
README: document that --toc works with docx.
Closes #2787.
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -545,9 +545,9 @@ General writer options `--toc`, `--table-of-contents` : Include an automatically generated table of contents (or, in - the case of `latex`, `context`, and `rst`, an instruction to create + the case of `latex`, `context`, `docx`, and `rst`, an instruction to create one) in the output document. This option has no effect on `man`, - `docbook`, `slidy`, `slideous`, `s5`, `docx`, or `odt` output. + `docbook`, `slidy`, `slideous`, `s5`, or `odt` output. `--toc-depth=`*NUMBER* |