summaryrefslogtreecommitdiff
path: root/tests/Tests
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane2014-03-04
|\
| * InDesign ICML Writermb212014-02-28
* | Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
* | HLint: redundant parensHenry de Valence2013-12-19
* | HLint: Remove lambdas.Henry de Valence2013-12-19
|/
* Markdown writer: Fix rendering of tight sublists.John MacFarlane2013-11-30
* Fixed bug with intraword emphasis.John MacFarlane2013-11-22
* Fix definition lists with internal links in terms (closes #1032).John MacFarlane2013-10-21
* Pass the buildDir as first argument to test suite.John MacFarlane2013-10-20
* 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