aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-08-16HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane
2014-08-16Docx reader: Test for character styles.Jesse Rosenthal
2014-08-14Markdown reader: Better handle quote characters in inline links.John MacFarlane
2014-08-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane
2014-08-13Old tests: better path for test program.John MacFarlane
2014-08-13Make options work with test-pandoc.John MacFarlane
2014-08-13Revised tests directory.John MacFarlane
2014-08-13Removed special testHook from Setup.John MacFarlane
2014-08-12Merge pull request #1528 from mpickering/epubtitlepageJohn MacFarlane
2014-08-13EPUB Tests: Added wasteland testMatthew Pickering
2014-08-12HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane
2014-08-12Added mathml tests for docbook reader.John MacFarlane
2014-08-12Markdown reader: Improved parsing of indented code in list items.John MacFarlane
2014-08-11Docx reader: combine inlines properly in dropcaps.Jesse Rosenthal
2014-08-11Docx: Add dropcap tests.Jesse Rosenthal
2014-08-11Merge pull request #1521 from jkr/emptyEmphJohn MacFarlane
2014-08-11Docx reader test: Add an emphasized space to normalize test.Jesse Rosenthal
2014-08-11Textile reader: list and HTML block parsing improvements.John MacFarlane
2014-08-11Docx Parse: Updated testsMatthew Pickering
2014-08-10Improved EPUB TestsMatthew Pickering
2014-08-10Removed OMath module, depend on texmath >= 0.8.John MacFarlane
2014-08-09Docx Tests: Updated for reading sym elementMatthew Pickering
2014-08-09Added test for sym elementMatthew Pickering
2014-08-09Updated EPUB testsMatthew Pickering
2014-08-08Merge branch 'newbranch' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane
2014-08-08Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane
2014-08-08Added tests for collapseFilePathMatthew Pickering
2014-08-08Markdown writer: Respect -raw_html.John MacFarlane
2014-08-08Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane
2014-08-07EPUB test renaming.John MacFarlane
2014-08-07HTML reader: Really ignore DOCTYPE and xml declarations.John MacFarlane
2014-08-07Merge pull request #1488 from mpickering/epubfixesJohn MacFarlane
2014-08-07EPUB tests: Updated test fileMatthew Pickering
2014-08-07Docx reader: Test inline image code.Jesse Rosenthal
2014-08-04Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...John MacFarlane
2014-08-03Correctly implement capitalisation.Artyom Kazak
2014-07-31Merge branch 'underline-option' of https://github.com/jkr/pandocJohn MacFarlane
2014-07-31Update docx test to interpret single underline as emph.Jesse Rosenthal
2014-07-31EPUB Reader: Added testsMatthew Pickering
2014-07-31Remove now unneeded JSON test file.Jesse Rosenthal
2014-07-31Docx tests: rewrite mediabag tests.Jesse Rosenthal
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane
2014-07-30Docx test: Test image from media bag.Jesse Rosenthal
2014-07-30Docx tests: Add test image.Jesse Rosenthal
2014-07-30Docx tests: Added media test comparison function.Jesse Rosenthal
2014-07-30Updated RTF writer tests.John MacFarlane
2014-07-30Docx reader: change tests to make use of media bag.Jesse Rosenthal
2014-07-29LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane
2014-07-29Merge pull request #1463 from jkr/metadataJohn MacFarlane