summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-12 03:45:00 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-12 03:45:00 +0000
commit389c762afcee425bb26a940b7dd509d9d10160d4 (patch)
tree7f88c9db85c66b4e80030fab639f21ad36ca7c8e /README
parenta9f894c130ef5eba13477c7941a15b95712b25e0 (diff)
Documented --toc/--table-of-contents option in pandoc man
page and README. git-svn-id: https://pandoc.googlecode.com/svn/trunk@679 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 75a0afa1d..c41aa4bd5 100644
--- a/README
+++ b/README
@@ -267,6 +267,11 @@ specified.)
header. To see the headers used by default, use the `-D` option:
for example, `pandoc -D html` prints the default HTML header.
+`--toc` or `--table-of-contents` includes an automatically generated
+table of contents (or, in the case of `latex` and `rst`, an instruction
+to create one) in the output document. This option has no effect with
+`man`, `docbook`, or `s5` output formats.
+
`-c` or `--css` allows the user to specify a custom stylesheet that
will be linked to in HTML and S5 output.