Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-05 | Changed infix level of testing combinators. | John MacFarlane | 3 | -3/+3 | |
This avoids clash with (<>), which is defined in Data.Monoid as having infix 6. | |||||
2011-12-30 | Removed header 1 property from ConTeXt tests. | John MacFarlane | 1 | -3/+1 | |
It didn't work with new ids. | |||||
2011-12-30 | Updated ConTeXt tests. | John MacFarlane | 1 | -2/+2 | |
2011-12-13 | Use pandoc-types 1.9.*. | John MacFarlane | 2 | -2/+2 | |
2011-06-22 | Added Tests.Writers.Markdown. | John MacFarlane | 1 | -0/+34 | |
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-02-04 | Native writer test: in block list test, limit to list < 20 blocks. | John MacFarlane | 1 | -2/+3 | |
2011-01-29 | Added HTML writer tests for inline code. | John MacFarlane | 1 | -0/+41 | |
2011-01-29 | Moved tests to src. | John MacFarlane | 2 | -0/+92 | |