summaryrefslogtreecommitdiff
path: root/tests/Tests
Commit message (Expand)AuthorAge
* Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane2013-09-01
* Use registerHeader in RST and LaTeX readers.John MacFarlane2013-09-01
* Added markdown citation parsing test.John MacFarlane2013-08-26
* Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane2013-08-25
|\
| * Write id for code block to label attr in latex when listing is usedFlorian Eitel2013-08-22
* | Removed dependency on citeproc-hs.John MacFarlane2013-08-24
|/
* Create Cite element even if no matching reference in the biblio.John MacFarlane2013-08-20
* LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane2013-08-16
* Added Tests.Walk.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane2013-07-21
* 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
* Added test for #882.John MacFarlane2013-06-19
* Added stubs for haddock reader tests.John MacFarlane2013-03-28
* Added OPML template, tests.John MacFarlane2013-03-20
* Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19
* Markdown writer: New approach for citations.John MacFarlane2013-03-17
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* LaTeX reader: citation handling changes.John MacFarlane2013-03-09
* Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane2013-03-07
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* Get rid of compiler warnings in Tests.Helpers.John MacFarlane2013-01-19
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Added lots of tests for bare URIs.John MacFarlane2013-01-15
* RST reader: Line block improvements.John MacFarlane2013-01-13
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Fixed/simplified diff output for tests.John MacFarlane2013-01-12
* Added Attr field to Header.John MacFarlane2013-01-09
* Updated tests for tight/loose lists.John MacFarlane2013-01-07
* Updated test runner for changes in pandoc.John MacFarlane2013-01-03
* Fixed test suite to use Diff 0.2 API.John MacFarlane2013-01-02
* Removed citationSuppressParens.John MacFarlane2012-10-28
* LaTeX reader: Initialize citationSuppressParens field.John MacFarlane2012-10-22
* Revert "LaTeX reader: Use new suppressParens option for footnote citations."John MacFarlane2012-10-21
* LaTeX reader: Use new suppressParens option for footnote citations.John MacFarlane2012-10-15
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane2012-09-22
* LaTeX reader: Added a 'try' in rawLaTeXBlock.John MacFarlane2012-09-22
* Tests.Old: Set TMP to ".".John MacFarlane2012-09-21
* Added basic mediawiki reader.John MacFarlane2012-09-12
* Changes to literate haskell options.John MacFarlane2012-08-08
* 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
* Added Tests.Shared with normalize round-trip tests.John MacFarlane2011-01-29
* Tests.Arbitrary: don't allow empty list items.John MacFarlane2011-01-29