diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2014-07-30 01:16:23 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2014-07-31 21:39:50 +0100 |
commit | d6717c7abae2bc029223a8a8c1dce3bfb50d4676 (patch) | |
tree | 3840ff753ddf6478b15b525cbf715b4f3e558e45 /README | |
parent | 0ae2c1f14667fed9928c8bb9c0c731a3b85afea3 (diff) | |
download | pandoc-d6717c7abae2bc029223a8a8c1dce3bfb50d4676.tar.gz |
README: Updated with EPUB information
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -14,7 +14,7 @@ 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], [LaTeX], [MediaWiki markup], [Haddock markup], [OPML], [Emacs -Org-mode], [DocBook], [txt2tags] and [Word docx]; and it can write plain text, +Org-mode], [DocBook], [txt2tags], [EPUB] and [Word docx]; and it can write plain text, [markdown], [reStructuredText], [XHTML], [HTML 5], [LaTeX] (including [beamer] slide shows), [ConTeXt], [RTF], [OPML], [DocBook], [OpenDocument], [ODT], [Word docx], [GNU Texinfo], [MediaWiki markup], @@ -56,7 +56,8 @@ pandoc will fetch the content using HTTP: pandoc -f html -t markdown http://www.fsf.org If multiple input files are given, `pandoc` will concatenate them all (with -blank lines between them) before parsing. +blank lines between them) before parsing. This feature is disabled for + binary input formats such as `EPUB` and `docx`. The format of the input and output can be specified explicitly using command-line options. The input format can be specified using the @@ -144,9 +145,10 @@ General options `markdown_phpextra` (PHP Markdown Extra extended markdown), `markdown_github` (github extended markdown), `textile` (Textile), `rst` (reStructuredText), `html` (HTML), - `docbook` (DocBook), `t2t` (txt2tags), `opml` (OPML), `org` (Emacs - Org-mode), `mediawiki` (MediaWiki markup), `haddock` (Haddock markup), - or `latex` (LaTeX). If `+lhs` is appended to `markdown`, `rst`, + `docbook` (DocBook), `t2t` (txt2tags), `docx` (docx), `epub` (EPUB), + `opml` (OPML), `org` (Emacs Org-mode), `mediawiki` (MediaWiki markup), + `haddock` (Haddock markup), or `latex` (LaTeX). If `+lhs` is appended + to `markdown`, `rst`, `latex`, or `html`, the input will be treated as literate Haskell source: see [Literate Haskell support](#literate-haskell-support), below. Markdown syntax extensions can be individually enabled or @@ -3106,3 +3108,4 @@ Rosenthal. [RFC5646]: http://tools.ietf.org/html/rfc5646 [InDesign ICML]: https://www.adobe.com/content/dam/Adobe/en/devnet/indesign/cs55-docs/IDML/idml-specification.pdf [txt2tags]: http://txt2tags.org/ +[EPUB]: http://idpf.org/epub |