Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-05 | Changed infix level of testing combinators. | John MacFarlane | 1 | -1/+1 | |
This avoids clash with (<>), which is defined in Data.Monoid as having infix 6. | |||||
2011-12-13 | Use pandoc-types 1.9.*. | John MacFarlane | 1 | -1/+1 | |
2011-02-05 | HTML writer: stringify alt text. | John MacFarlane | 1 | -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-29 | Added HTML writer tests for inline code. | John MacFarlane | 1 | -0/+41 | |