pandoc/src/Text/Pandoc/Writers
John MacFarlane 40133e8a7d Use <q> tags for Quoted items for HTML5 output.
The quote style can be changed by modifying the template
or including a css file. A default quote style is included.
2012-03-03 08:29:01 -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 Add TableNormal style to tables. 2012-02-14 17:41:11 -08:00
EPUB.hs EPUB writer: Use extensible exceptions. 2012-03-03 08:16:16 -08:00
HTML.hs Use <q> tags for Quoted items for HTML5 output. 2012-03-03 08:29:01 -08:00
LaTeX.hs Use \textasciitilde for ~ in LaTeX writer. 2012-03-03 06:33:24 -08:00
Man.hs Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. 2011-12-27 15:45:34 -08:00
Markdown.hs Don't wrap headers in markdown or rst. 2012-02-08 08:40:53 -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 Don't wrap headers in markdown or rst. 2012-02-08 08:40:53 -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