aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...John MacFarlane5-1/+942
2014-08-03Correctly implement capitalisation.Artyom Kazak2-0/+23
2014-07-31Merge branch 'underline-option' of https://github.com/jkr/pandocJohn MacFarlane1-1/+1
2014-07-31Update docx test to interpret single underline as emph.Jesse Rosenthal1-1/+1
2014-07-31EPUB Reader: Added testsMatthew Pickering5-1/+942
2014-07-31Remove now unneeded JSON test file.Jesse Rosenthal1-1/+0
2014-07-31Docx tests: rewrite mediabag tests.Jesse Rosenthal5-21/+43
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-1/+1
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane1-2/+3
2014-07-30Docx test: Test image from media bag.Jesse Rosenthal1-0/+7
2014-07-30Docx tests: Add test image.Jesse Rosenthal1-0/+0
2014-07-30Docx tests: Added media test comparison function.Jesse Rosenthal1-0/+19
2014-07-30Updated RTF writer tests.John MacFarlane1-2/+2
2014-07-30Docx reader: change tests to make use of media bag.Jesse Rosenthal2-2/+3
2014-07-29LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2-7/+7
2014-07-29Merge pull request #1463 from jkr/metadataJohn MacFarlane5-0/+20
2014-07-29Add and update docx tests in pandoc.cabal.Jesse Rosenthal5-6/+0
2014-07-29Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal7-0/+26
2014-07-27Markdown writer: More improvements to 'plain' output, updated tests.John MacFarlane3-107/+161
2014-07-27Txt2Tags Reader: Added testsMatthew Pickering5-1/+1784
2014-07-25Fixed runtime error with compactify'DL on certain lists.John MacFarlane1-0/+10
2014-07-23DocBook reader: Better handle elements inside code environments.John MacFarlane2-0/+4
2014-07-20HTML reader: parse Div and Span elements even without `--parse-raw`.John MacFarlane1-1/+1
2014-07-20Markdown reader: revised definition list syntax (closes #1429).John MacFarlane2-0/+53
2014-07-20Org reader: text adjacent to a list yields a Plain, not Para.John MacFarlane1-7/+7
2014-07-20AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane2-7/+26
2014-07-17Org reader: Respect :exports header arguments on code blocksCraig S. Bosma1-0/+60
2014-07-15Merge pull request #1430 from jkr/anchor-fix-2John MacFarlane3-0/+6
2014-07-15LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane1-1/+2
2014-07-15Docx reader: Add testJesse Rosenthal3-0/+6
2014-07-13Use raw HTML for complex block quotes.John MacFarlane1-2/+3
2014-07-13DokuWiki writer: Use raw HTML for complex lists...John MacFarlane1-19/+35
2014-07-13DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.John MacFarlane1-30/+0
2014-07-13DokuWiki writer: Updated tests.John MacFarlane1-51/+69
2014-07-13Merge branch 'claremacrae-dokuwiki'.John MacFarlane1-3/+3
2014-07-10Added failing test for issue #1121.John MacFarlane1-0/+2
2014-07-10LaTeX writer: Put table captions above tables.John MacFarlane1-6/+3
2014-07-08DokuWiki writer: Remove broken formatting from headings (#1398)Clare Macrae1-3/+3
2014-07-07Added test for issue #1330.John MacFarlane1-0/+6
2014-07-07Reorganized some markdown tests.John MacFarlane1-11/+9
2014-07-07Updated dokuwiki tests for latest changes to testsuite.native.John MacFarlane1-35/+35
2014-07-07Merge branch 'dokuwiki' of https://github.com/claremacrae/pandoc into clarema...John MacFarlane7-0/+684
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane13-152/+228
2014-07-02Revert "DokuWiki writer: Whitespace to a testsuite output file."Clare Macrae1-0/+1
2014-07-02DokuWiki writer: Span no longer swallows textClare Macrae1-1/+1
2014-07-02DokuWiki writer: Add new test showing that span swallows content.Clare Macrae3-0/+16
2014-07-02DokuWiki writer: Whitespace to a testsuite output file.Clare Macrae1-1/+0
2014-07-02DokuWiki writer: Retain unknown RawBlock and RawInline textClare Macrae1-2/+6
2014-07-02DokuWiki output: Implement blockquotes properly Clare Macrae1-12/+12
2014-07-01Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae4-3/+12