pandoc/src
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 #629.
2012-09-28 11:11:31 -04:00
..
Text HTML writer: Use toHtml instead of pre-escaping. 2012-09-28 11:11:31 -04:00
pandoc.hs Removed need for utf8-string package. 2012-09-25 19:54:21 -07:00