summaryrefslogtreecommitdiff
path: root/tests/Tests/Writers
Commit message (Expand)AuthorAge
* LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
* LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
* Added Tests.Writer.AsciiDoc to repository.John MacFarlane2014-05-03
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* Add some unit tests for Writers.DocbookNeil Mayhew2014-04-12
* Markdown writer: Fix rendering of tight sublists.John MacFarlane2013-11-30
* Fix definition lists with internal links in terms (closes #1032).John MacFarlane2013-10-21
* Write id for code block to label attr in latex when listing is usedFlorian Eitel2013-08-22
* LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane2013-08-16
* Updated a test whose output changed due to last commit.John MacFarlane2013-07-13
* Stop escaping `|` in LaTeX math.John MacFarlane2013-06-26
* Use new flexible metadata type.John MacFarlane2013-06-24
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Added Attr field to Header.John MacFarlane2013-01-09
* Updated tests for tight/loose lists.John MacFarlane2013-01-07
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane2012-07-26
* Moved tests to src.John MacFarlane2011-01-29
* Removed intentionally failing test in ConTeXt writer tests.John MacFarlane2011-01-29
* Updates for compiling with ghc 7.John MacFarlane2011-01-26
* Use ANSI color to point to diffs in test output.John MacFarlane2011-01-22
* Added native writer tests.John MacFarlane2011-01-22
* Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane2011-01-22
* Improved test framework.John MacFarlane2011-01-22
* More informative output on writer test failure.John MacFarlane2011-01-21
* Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane2011-01-21