aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
AgeCommit message (Expand)AuthorFilesLines
2014-04-29ADded SmallCaps to Arbitrary instance.John MacFarlane1-1/+1
2014-04-25Org reader: Enable internal linksAlbert Krewinkel1-0/+25
2014-04-24Org reader: Recognize plain and angle linksAlbert Krewinkel1-0/+14
2014-04-19Org reader: Allow for compact definition listsAlbert Krewinkel1-0/+12
2014-04-19Org reader: Fix parsing of footnotesAlbert Krewinkel1-0/+42
2014-04-19Org reader: Apply captions to code blocks and tablesAlbert Krewinkel1-1/+30
2014-04-18Org reader: Add support for plain LaTeX fragmentsAlbert Krewinkel1-1/+19
2014-04-18Org reader: Fix parsing of loose listsAlbert Krewinkel1-5/+16
2014-04-17Org reader: Support more types of '#+BEGIN_<type>' blocksAlbert Krewinkel1-23/+74
2014-04-17Org reader: Support footnotesAlbert Krewinkel1-0/+4
2014-04-13Merge pull request #1240 from neilmayhew/masterJohn MacFarlane1-0/+52
2014-04-13Merge pull request #1239 from tarleb/org-linebreakJohn MacFarlane1-0/+4
2014-04-12Add some unit tests for Writers.DocbookNeil Mayhew1-0/+52
2014-04-12Org reader: Read linebreaksAlbert Krewinkel1-0/+4
2014-04-12Org reader: Add support for figuresAlbert Krewinkel1-0/+21
2014-04-11Org reader: Fix parsing of sub-/superscript expressionsAlbert Krewinkel1-9/+30
2014-04-10Org reader: Support more inline/display math variantsAlbert Krewinkel1-6/+30
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