pandoc/src/Text/Pandoc/Writers
John MacFarlane 5085962c28 Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
No other module directly imports Parsec.  This will make it easier
to change the parsing backend in the future, if we want to.
2012-07-20 14:41:44 -07:00
..
AsciiDoc.hs Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code. 2012-07-20 14:41:44 -07:00
ConTeXt.hs ConTeXt writer: don't escape &,^,<,>. 2012-06-27 15:05:13 -07:00
Docbook.hs Support --mathml flag in docbook. 2012-01-31 10:32:40 -08:00
Docx.hs Simplified bullet characters so they work with Word 2007. 2012-06-01 18:44:00 -07:00
EPUB.hs EPUB reader: convert e.g. en_US from locale to en-US in language. 2012-03-09 09:25:24 -08:00
HTML.hs HTML writer: Put mathjax in span with class "math". 2012-07-11 16:54:13 -07:00
LaTeX.hs Don't generate empty H1 after hrule slide breaks. 2012-06-25 14:52:09 -07:00
Man.hs Made man writer more robust. 2012-03-09 13:39:19 -08:00
Markdown.hs Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code. 2012-07-20 14:41:44 -07:00
MediaWiki.hs MediaWiki writer: Avoid extra blank lines after sublists. 2012-06-27 14:46:46 -07:00
Native.hs Make sure native output ends in newline with --standalone. 2011-01-21 09:58:23 -08:00
ODT.hs Remove dependency on old-time. 2012-01-28 16:04:35 -08:00
OpenDocument.hs ODT writer now sizes images appropriately. 2012-01-14 12:38:14 -08:00
Org.hs Org writer: Add space before language name. 2012-05-29 16:27:19 -07:00
RST.hs RST writer: Don't wrap link references. 2012-04-21 09:46:05 -07:00
RTF.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
Texinfo.hs Texinfo writer: Escape special characters in node titles. 2012-04-25 19:23:01 -07:00
Textile.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00