diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-24 20:40:33 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-07-22 11:14:07 -0700 |
commit | 40e123173b1754f0a850c544bb95f29e3275b5ef (patch) | |
tree | b5b341ff4e580f4a69a48912d0714da3e34777e9 | |
parent | 436a585c3bbf890d3a5df25cbc577376ee2fa5a1 (diff) | |
download | pandoc-40e123173b1754f0a850c544bb95f29e3275b5ef.tar.gz |
Added Text.Pandoc.Writers.FB2 to list of exported modules.
Also added FB2 to description.
-rw-r--r-- | pandoc.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index f1f7c6f4d..ea8b68383 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -20,7 +20,7 @@ Description: Pandoc is a Haskell library for converting from one markup markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT, Word docx, RTF, MediaWiki, Textile, groff man pages, plain text, Emacs Org-Mode, AsciiDoc, EPUB, - and S5, Slidy and Slideous HTML slide shows. + FictionBook2, and S5, Slidy and Slideous HTML slide shows. . Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, definition lists, tables, and other @@ -287,6 +287,7 @@ Library Text.Pandoc.Writers.ODT, Text.Pandoc.Writers.Docx, Text.Pandoc.Writers.EPUB, + Text.Pandoc.Writers.FB2, Text.Pandoc.PDF, Text.Pandoc.Templates, Text.Pandoc.Biblio, |