pandoc/src/Text/Pandoc/Writers
John MacFarlane 3abc1021aa HTML writer: Use toHtml instead of pre-escaping.
We work around the problem that blaze-html unnecessarily escapes `'`
by pre-escaping just the `'` characters, instead of the whole string.

If blaze-html later stops escaping `'` characters, we can simplify
strToHtml to toHtml.

Note that this change yields a significant speed boost (111ms to 94ms
on one benchmark).

Closes .
2012-09-28 11:11:31 -04:00
..
AsciiDoc.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
ConTeXt.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
Docbook.hs Made --id-prefix work in DocBook as well as HTML. 2012-09-06 09:25:52 -07:00
Docx.hs Removed need for utf8-string package. 2012-09-25 19:54:21 -07:00
EPUB.hs Removed need for utf8-string package. 2012-09-25 19:54:21 -07:00
FB2.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
HTML.hs HTML writer: Use toHtml instead of pre-escaping. 2012-09-28 11:11:31 -04:00
LaTeX.hs LaTeX writer: Don't rely on the enumerate package. 2012-09-16 22:24:55 -07:00
Man.hs Man writer: Escape - as \-. 2012-08-18 10:29:15 -07:00
Markdown.hs Make --id-prefix affect footnote IDs in markdown writer. 2012-09-25 20:26:38 -07:00
MediaWiki.hs Don't include empty captions in figures. 2012-08-04 11:34:01 -07:00
Native.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
ODT.hs Removed need for utf8-string package. 2012-09-25 19:54:21 -07:00
OpenDocument.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
Org.hs Don't include empty captions in figures. 2012-08-04 11:34:01 -07:00
RST.hs RST writer: Fixed hyperlinked images. 2012-09-16 11:09:36 -07:00
RTF.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00
Texinfo.hs Texinfo writer: Fixed internal cross-references. 2012-09-24 19:13:34 -07:00
Textile.hs Moved WriterOptions and associated types Shared -> Options. 2012-07-26 22:59:56 -07:00