diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-20 10:40:59 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-20 10:40:59 -0700 |
commit | 5adda4762f56587504c151da20d47457d5234ee7 (patch) | |
tree | 8da2f573c4aa536fe3c784095eae212bf9e37ace | |
parent | 2ebfa8894787d656ee357946e83e8ea03f1e3031 (diff) | |
download | pandoc-5adda4762f56587504c151da20d47457d5234ee7.tar.gz |
Documented DocBook input format in README.
-rw-r--r-- | README | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -13,12 +13,13 @@ Description Pandoc is a [Haskell] library for converting from one markup format to another, and a command-line tool that uses this library. It can read [markdown] and (subsets of) [Textile], [reStructuredText], [HTML], -and [LaTeX]; and it can write plain text, [markdown], [reStructuredText], -[XHTML], [HTML 5], [LaTeX] (including [beamer] slide shows), -[ConTeXt], [RTF], [DocBook XML], [OpenDocument XML], [ODT], [Word docx], [GNU -Texinfo], [MediaWiki markup], [EPUB], [Textile], [groff man] pages, [Emacs -Org-Mode], [AsciiDoc], and [Slidy], [DZSlides], or [S5] HTML slide shows. It -can also produce [PDF] output on systems where LaTeX is installed. +[LaTeX], and [DocBook XML]; and it can write plain text, [markdown], +[reStructuredText], [XHTML], [HTML 5], [LaTeX] (including [beamer] +slide shows), [ConTeXt], [RTF], [DocBook XML], [OpenDocument XML], +[ODT], [Word docx], [GNU Texinfo], [MediaWiki markup], [EPUB], +[Textile], [groff man] pages, [Emacs Org-Mode], [AsciiDoc], and [Slidy], +[DZSlides], or [S5] HTML slide shows. It can also produce [PDF] output +on systems where LaTeX is installed. Pandoc's enhanced version of markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, delimited code blocks, @@ -137,10 +138,10 @@ General options : Specify input format. *FORMAT* can be `native` (native Haskell), `json` (JSON version of native AST), `markdown` (markdown), `textile` (Textile), `rst` (reStructuredText), `html` (HTML), - or `latex` (LaTeX). If `+lhs` is appended to `markdown`, `rst`, - `latex`, the input will be treated as literate Haskell source: - see [Literate Haskell support](#literate-haskell-support), - below. + `docbook` (DocBook XML), or `latex` (LaTeX). If `+lhs` is + appended to `markdown`, `rst`, `latex`, the input will be + treated as literate Haskell source: see [Literate Haskell + support](#literate-haskell-support), below. `-t` *FORMAT*, `-w` *FORMAT*, `--to=`*FORMAT*, `--write=`*FORMAT* : Specify output format. *FORMAT* can be `native` (native Haskell), |