From 695961155a00738160b05c25588b6b02f681a18e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 18 Mar 2010 06:45:43 +0000 Subject: Added plain writer. Text.Pandoc.Writers.Markdown now exports a writePlain, which writes plain text without links, pictures, or special formatting (not even markdown conventions). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1907 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/pandoc.1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/man1') diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 647606404..10a2581dc 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -14,9 +14,9 @@ pandoc [*options*] [*input-file*]... Pandoc converts files from one markup format to another. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and -it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Texinfo, -groff man, MediaWiki markup, RTF, OpenDocument XML, ODT, DocBook XML, -and S5 HTML slide shows. +it can write plain text, markdown, reStructuredText, HTML, LaTeX, +ConTeXt, Texinfo, groff man, MediaWiki markup, RTF, OpenDocument XML, +ODT, DocBook XML, and S5 HTML slide shows. If no *input-file* is specified, input is read from *stdin*. Otherwise, the *input-files* are concatenated (with a blank @@ -71,7 +71,7 @@ should pipe input and output through `iconv`: -t *FORMAT*, -w *FORMAT*, \--to=*FORMAT*, \--write=*FORMAT* : Specify output format. *FORMAT* can be `native` (native Haskell), - `markdown` (markdown or plain text), `rst` (reStructuredText), + `plain` (plain text), `markdown` (markdown), `rst` (reStructuredText), `html` (HTML), `latex` (LaTeX), `context` (ConTeXt), `man` (groff man), `mediawiki` (MediaWiki markup), `texinfo` (GNU Texinfo), `docbook` (DocBook XML), `opendocument` (OpenDocument XML), -- cgit v1.2.3