diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-15 03:23:02 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-15 03:23:02 +0000 |
commit | 506bf38bcb316be31e1dcb3af8c702a8741fd1a5 (patch) | |
tree | e863196c4d1076a97130bc7b1efa14e2a2aee0af /man | |
parent | a487bbb5a94ccf7639aa98d7490e580d988ac721 (diff) | |
download | pandoc-506bf38bcb316be31e1dcb3af8c702a8741fd1a5.tar.gz |
Updated documentation to reflect the fact that LaTeX and ConTeXt writers
now wrap text by default.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1074 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/pandoc.1.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index c75767913..bf05b6d3a 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -115,8 +115,7 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. them.) \--no-wrap -: Disable text wrapping in Markdown, reStructuredText, DocBook, HTML, - and man output. (Default is to wrap text.) +: Disable text wrapping in output. (Default is to wrap text.) \--toc, \--table-of-contents : Include an automatically generated table of contents (HTML, markdown, |