aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
AgeCommit message (Expand)AuthorFilesLines
2014-04-09Org reader: Precise rules for the recognition of markupAlbert Krewinkel1-2/+23
2014-04-07Org reader: Support inline math (like $E=mc^2$)Albert Krewinkel1-0/+4
2014-04-06Org reader: Add support for definition listsAlbert Krewinkel1-3/+23
2014-04-05Org reader: Support inline imagesAlbert Krewinkel1-2/+10
2014-04-05Org reader: Fix parsing of nested inlinesAlbert Krewinkel1-0/+4
2014-03-04Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane1-1/+1
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel1-0/+533
2014-02-28InDesign ICML Writermb211-1/+1
2013-12-19HLint: redundant parensHenry de Valence2-3/+3
2013-12-19HLint: Remove lambdas.Henry de Valence1-2/+2
2013-11-30Markdown writer: Fix rendering of tight sublists.John MacFarlane1-0/+4
2013-11-22Fixed bug with intraword emphasis.John MacFarlane1-0/+5
2013-10-21Fix definition lists with internal links in terms (closes #1032).John MacFarlane1-0/+5
2013-10-20Pass the buildDir as first argument to test suite.John MacFarlane1-4/+6
2013-09-01Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane1-1/+4
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane1-5/+5
2013-08-26Added markdown citation parsing test.John MacFarlane1-0/+4
2013-08-25Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane2-0/+14
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-14/+0
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel2-0/+14
2013-08-20Create Cite element even if no matching reference in the biblio.John MacFarlane1-1/+1
2013-08-16LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane1-0/+6
2013-08-10Added Tests.Walk.John MacFarlane1-0/+47
2013-08-10Adjustments for new Format newtype.John MacFarlane1-4/+4
2013-07-21LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane1-18/+18
2013-07-13Updated a test whose output changed due to last commit.John MacFarlane1-4/+1
2013-06-26Stop escaping `|` in LaTeX math.John MacFarlane1-1/+1
2013-06-24Use new flexible metadata type.John MacFarlane4-18/+35
2013-06-19Added test for #882.John MacFarlane1-0/+5
2013-03-28Added stubs for haddock reader tests.John MacFarlane1-0/+4
2013-03-20Added OPML template, tests.John MacFarlane1-1/+3
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane1-0/+4
2013-03-17Markdown writer: New approach for citations.John MacFarlane1-1/+1
2013-03-17Revert "LaTeX reader: citation handling changes."John MacFarlane2-9/+3
2013-03-09LaTeX reader: citation handling changes.John MacFarlane2-3/+9
2013-03-07Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane1-2/+2
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane1-1/+1
2013-01-23Eliminated use of TH in test suite.John MacFarlane7-70/+42
2013-01-19Get rid of compiler warnings in Tests.Helpers.John MacFarlane1-2/+5
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane1-1/+1
2013-01-15Added lots of tests for bare URIs.John MacFarlane1-0/+91
2013-01-13RST reader: Line block improvements.John MacFarlane1-2/+2
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane1-0/+4
2013-01-12Fixed/simplified diff output for tests.John MacFarlane1-13/+8
2013-01-09Added Attr field to Header.John MacFarlane3-3/+6
2013-01-07Updated tests for tight/loose lists.John MacFarlane2-11/+12
2013-01-03Updated test runner for changes in pandoc.John MacFarlane1-6/+6
2013-01-02Fixed test suite to use Diff 0.2 API.John MacFarlane1-7/+7
2012-10-28Removed citationSuppressParens.John MacFarlane1-1/+1
2012-10-22LaTeX reader: Initialize citationSuppressParens field.John MacFarlane1-1/+2