diff options
Diffstat (limited to 'man/man1/pandoc.1.md')
-rw-r--r-- | man/man1/pandoc.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index f84082bad..c2b3c7863 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -114,6 +114,10 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. : Number section headings in LaTeX output. (Default is not to number them.) +\--no-wrap +: Disable text wrapping in Markdown, reStructuredText, DocBook, and man + output. (Default is to wrap text.) + \--toc, \--table-of-contents : Include an automatically generated table of contents (HTML, markdown, RTF) or an instruction to create one (LaTeX, reStructuredText). |