aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-18 14:54:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-18 14:54:09 -0700
commit8d1c01809e0f45b54584bcd2a93b66a5e44968c1 (patch)
tree94cc7ea237a514b8c431106ee26ca2b6ce604b03
parent28c7617f19c4d6dd69e2aa9c904af13e11e4e639 (diff)
downloadpandoc-8d1c01809e0f45b54584bcd2a93b66a5e44968c1.tar.gz
README: document that --toc works with docx.
Closes #2787.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 13bdfbecf..ed407fe9d 100644
--- a/README
+++ b/README
@@ -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*