summaryrefslogtreecommitdiff
path: root/src/Tests/Writers/HTML.hs
Commit message (Collapse)AuthorAge
* Changed infix level of testing combinators.John MacFarlane2012-02-05
| | | | | This avoids clash with (<>), which is defined in Data.Monoid as having infix 6.
* Use pandoc-types 1.9.*.John MacFarlane2011-12-13
|
* HTML writer: stringify alt text.John MacFarlane2011-02-05
| | | | | | 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.
* Added HTML writer tests for inline code.John MacFarlane2011-01-29