diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-04 10:40:11 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-04 10:40:11 -0800 |
| commit | 0c5801297d02b4407a5ba6101bfa779e5ce6d500 (patch) | |
| tree | 0e805bb7c90fbe65330f0cc665643971f7cc6486 | |
| parent | 569954e1d5992bc24642347d60e1e5619623d4bc (diff) | |
| download | pandoc-0c5801297d02b4407a5ba6101bfa779e5ce6d500.tar.gz | |
Added epub3 to cabal description
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 2a56381ad..356b38b33 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -20,7 +20,7 @@ Description: Pandoc is a Haskell library for converting from one markup and Textile, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT, Word docx, RTF, MediaWiki, Textile, groff man pages, - plain text, Emacs Org-Mode, AsciiDoc, EPUB, + plain text, Emacs Org-Mode, AsciiDoc, EPUB (v2 and v3), FictionBook2, and S5, Slidy and Slideous HTML slide shows. . Pandoc extends standard markdown syntax with footnotes, |
