pandoc/src/Text/Pandoc/Writers
John MacFarlane 23ca68a5c4 Don't let autolinks create reference links.
Previously we got bad results with -t markdown --reference-links
if the input contained autolinks like <http://yahoo.com>.
2012-01-31 15:25:49 -08:00
..
AsciiDoc.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
ConTeXt.hs Fixed layout bug in ConTeXt and LaTeX writers. 2011-12-30 16:28:44 -08:00
Docbook.hs Support --mathml flag in docbook. 2012-01-31 10:32:40 -08:00
Docx.hs Remove dependency on old-time. 2012-01-28 16:04:35 -08:00
EPUB.hs Added --epub-embed-font option. 2012-01-30 13:09:52 -08:00
HTML.hs Don't include mathml javascript for html5 output. 2012-01-31 10:47:48 -08:00
LaTeX.hs LaTeX writer: escape # in href URLs. Closes . 2012-01-27 13:44:17 -08:00
Man.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
Markdown.hs Don't let autolinks create reference links. 2012-01-31 15:25:49 -08:00
MediaWiki.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08: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 Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
RST.hs Support for math in RST reader and writer. 2011-12-31 11:40:47 -08:00
RTF.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
Texinfo.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
Textile.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00