summaryrefslogtreecommitdiff
path: root/src/Tests/Writers
Commit message (Collapse)AuthorAge
* ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane2012-06-27
| | | | | | Simplified escapes for `}` and `{` to `\{` and `\}`. Thanks to Aditya Mahajan.
* LaTeX writer: Ensure newline after Verbatim at end of footnote.John MacFarlane2012-06-01
| | | | This fixes a regression. Also added a test for this.
* Changed infix level of testing combinators.John MacFarlane2012-02-05
| | | | | This avoids clash with (<>), which is defined in Data.Monoid as having infix 6.
* Removed header 1 property from ConTeXt tests.John MacFarlane2011-12-30
| | | | It didn't work with new ids.
* Updated ConTeXt tests.John MacFarlane2011-12-30
|
* Use pandoc-types 1.9.*.John MacFarlane2011-12-13
|
* Added Tests.Writers.Markdown.John MacFarlane2011-06-22
|
* 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.
* Native writer test: in block list test, limit to list < 20 blocks.John MacFarlane2011-02-04
|
* Added HTML writer tests for inline code.John MacFarlane2011-01-29
|
* Moved tests to src.John MacFarlane2011-01-29