aboutsummaryrefslogtreecommitdiff
path: root/src/Tests/Writers/HTML.hs
AgeCommit message (Collapse)AuthorFilesLines
2011-12-13Use pandoc-types 1.9.*.John MacFarlane1-1/+1
2011-02-05HTML writer: stringify alt text.John MacFarlane1-0/+5
Previously, if you had formatting in the label of an Image element, you'd get escaped HTML in the alt attribute. Now you just get a plain string version, which seems preferable.
2011-01-29Added HTML writer tests for inline code.John MacFarlane1-0/+41