diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-12 03:45:00 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-12 03:45:00 +0000 |
commit | 389c762afcee425bb26a940b7dd509d9d10160d4 (patch) | |
tree | 7f88c9db85c66b4e80030fab639f21ad36ca7c8e /man/man1 | |
parent | a9f894c130ef5eba13477c7941a15b95712b25e0 (diff) | |
download | pandoc-389c762afcee425bb26a940b7dd509d9d10160d4.tar.gz |
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 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 8d1d701c3..c614a8d90 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -111,6 +111,11 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. : Number section headings in LaTeX output. (Default is not to number them.) +\--toc, \--table-of-contents +: Include an automatically generated table of contents (HTML, markdown, + RTF) or an instruction to create one (LaTeX, reStructuredText). + This option has no effect on man, DocBook, or S5 output. + -c *CSS*, \--css=*CSS* : Link to a CSS style sheet. *CSS* is the pathname of the style sheet. |