Added Text.Pandoc.Writers.FB2 to list of exported modules.

Also added FB2 to description.
This commit is contained in:
John MacFarlane 2012-04-24 20:40:33 -04:00 committed by John MacFarlane
parent 436a585c3b
commit 40e123173b

View file

@ -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,