summaryrefslogtreecommitdiff
path: root/man/man1/pandoc.1.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-04-10 12:38:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-05-17 21:52:45 -0700
commitd073b168924a8391c771ecf47af3448bdfa027c6 (patch)
treeb6452c38637271aae001b17ef911ae58893dfd81 /man/man1/pandoc.1.md
parentb5bda7569e700ff45582fe2d11993776451fd6fc (diff)
Added Textile writer module.
Diffstat (limited to 'man/man1/pandoc.1.md')
-rw-r--r--man/man1/pandoc.1.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index 9bc3caef3..84a3383d9 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -15,8 +15,8 @@ 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 plain text, markdown, reStructuredText, HTML, LaTeX,
-ConTeXt, Texinfo, groff man, MediaWiki markup, RTF, OpenDocument XML,
-ODT, DocBook XML, and S5 HTML slide shows.
+ConTeXt, Texinfo, groff man, MediaWiki markup, Textile, 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
@@ -72,14 +72,14 @@ should pipe input and output through `iconv`:
: Specify output format. *FORMAT* can be `native` (native Haskell),
`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),
- `odt` (OpenOffice text document), `s5` (S5 HTML and javascript slide
- show), or `rtf` (rich text format). Note that `odt` output will not
- be directed to *stdout*; an output filename must be specified using
- the `-o/--output` option. If `+lhs` is appended to `markdown`,
- `rst`, `latex`, or `html`, the output will be rendered as literate
- Haskell source.
+ `mediawiki` (MediaWiki markup), `textile` (Textile), `texinfo` (GNU
+ Texinfo), `docbook` (DocBook XML), `opendocument` (OpenDocument
+ XML), `odt` (OpenOffice text document), `s5` (S5 HTML and javascript
+ slide show), or `rtf` (rich text format). Note that `odt` output
+ will not be directed to *stdout*; an output filename must be
+ specified using the `-o/--output` option. If `+lhs` is appended to
+ `markdown`, `rst`, `latex`, or `html`, the output will be rendered
+ as literate Haskell source.
-s, \--standalone
: Produce output with an appropriate header and footer (e.g. a