From 5adda4762f56587504c151da20d47457d5234ee7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Apr 2012 10:40:59 -0700 Subject: Documented DocBook input format in README. --- README | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README b/README index 44f2f52ae..6b81ba336 100644 --- a/README +++ b/README @@ -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), -- cgit v1.2.3