aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-27 01:28:28 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-27 01:28:28 +0000
commit7a32ad72e37c073904dc754dd4d72a50b2fb9171 (patch)
treefd59270bee71e3bb0c0d5a44b06ca939b9d28fb7
parent5b888e8b3be01aebb8ecf7ba4ebee61d2a3d3f31 (diff)
downloadpandoc-7a32ad72e37c073904dc754dd4d72a50b2fb9171.tar.gz
Documented '--no-wrap' option in README and man pages.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1035 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--README4
-rw-r--r--man/man1/html2markdown.1.md3
-rw-r--r--man/man1/pandoc.1.md4
3 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index e1b48a098..1d508f3c1 100644
--- a/README
+++ b/README
@@ -330,6 +330,10 @@ For further documentation, see the `pandoc(1)` man page.
: causes sections to be numbered in LaTeX or ConTeXt output. By default,
sections are not numbered.
+`--no-wrap`
+: disables text-wrapping in Markdown, reStructuredText, DocBook, and man
+ output.
+
`--dump-args`
: is intended to make it easier to create wrapper scripts that use
Pandoc. It causes Pandoc to dump information about the arguments
diff --git a/man/man1/html2markdown.1.md b/man/man1/html2markdown.1.md
index 681b59b68..6c5d2dcc8 100644
--- a/man/man1/html2markdown.1.md
+++ b/man/man1/html2markdown.1.md
@@ -48,6 +48,9 @@ a complete list. The following options are most relevant:
-R, \--parse-raw
: Parse untranslatable HTML codes as raw HTML.
+\--no-wrap
+: Disable text wrapping in output. (Default is to wrap text.)
+
-H *FILE*, \--include-in-header=*FILE*
: Include contents of *FILE* at the end of the header. Implies
`-s`.
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).