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