aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-08-30DokuWiki writer: Make tables prettier by aligning columns.John MacFarlane2-26/+26
2014-08-30Textile reader: Improved table support.John MacFarlane1-52/+7
2014-08-30Dokuwiki writer: Add a test for multiblock table cells.Jesse Rosenthal3-0/+19
2014-08-29Merge pull request #1574 from jlduran/latex-horizontal-ruleJohn MacFarlane1-13/+13
2014-08-29Merge branch 'ugly-tables' of https://github.com/jlduran/pandoc into jlduran-...John MacFarlane1-93/+95
2014-08-29LaTeX writer: Add `\strut` to fix multiline tablesJose Luis Duran1-45/+45
2014-08-28Docx reader: update tests for new table behavior.Jesse Rosenthal2-20/+30
2014-08-28LaTeX writer: Make Horizontal Rules more flexibleJose Luis Duran1-13/+13
2014-08-28LaTeX writer: Fix tablesJose Luis Duran1-61/+63
2014-08-21Merge pull request #1553 from mpickering/masterJohn MacFarlane4-4/+5
2014-08-21Txt2Tags Reader: Parse Meta informationmpickering2-3/+3
2014-08-20Txt2Tags reader: Header is now parsed only if standalone flag is setmpickering3-2/+3
2014-08-20More test updates.John MacFarlane2-2/+8
2014-08-20Updated tests.John MacFarlane1-1/+4
2014-08-16HTML reader: Parse appropriately styled span as SmallCaps.John MacFarlane2-0/+2
2014-08-16Docx reader: Test for character styles.Jesse Rosenthal3-0/+8
2014-08-14Markdown reader: Better handle quote characters in inline links.John MacFarlane2-2/+5
2014-08-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane2-15/+0
2014-08-13Old tests: better path for test program.John MacFarlane1-2/+4
2014-08-13Make options work with test-pandoc.John MacFarlane1-4/+3
2014-08-13Revised tests directory.John MacFarlane81-83/+82
2014-08-13Removed special testHook from Setup.John MacFarlane1-7/+12
2014-08-12Merge pull request #1528 from mpickering/epubtitlepageJohn MacFarlane3-0/+11
2014-08-13EPUB Tests: Added wasteland testMatthew Pickering3-0/+11
2014-08-12HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane1-5/+5
2014-08-12Added mathml tests for docbook reader.John MacFarlane2-0/+50
2014-08-12Markdown reader: Improved parsing of indented code in list items.John MacFarlane2-0/+25
2014-08-11Docx reader: combine inlines properly in dropcaps.Jesse Rosenthal1-2/+2
2014-08-11Docx: Add dropcap tests.Jesse Rosenthal3-4/+10
2014-08-11Merge pull request #1521 from jkr/emptyEmphJohn MacFarlane1-0/+0
2014-08-11Docx reader test: Add an emphasized space to normalize test.Jesse Rosenthal1-0/+0
2014-08-11Textile reader: list and HTML block parsing improvements.John MacFarlane2-6/+13
2014-08-11Docx Parse: Updated testsMatthew Pickering2-1/+1
2014-08-10Improved EPUB TestsMatthew Pickering4-334/+40
2014-08-10Removed OMath module, depend on texmath >= 0.8.John MacFarlane1-1/+1
2014-08-09Docx Tests: Updated for reading sym elementMatthew Pickering2-1/+1
2014-08-09Added test for sym elementMatthew Pickering2-1/+1
2014-08-09Updated EPUB testsMatthew Pickering1-10/+10
2014-08-08Merge branch 'newbranch' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-1/+23
2014-08-08Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane1-15/+15
2014-08-08Added tests for collapseFilePathMatthew Pickering1-1/+23
2014-08-08Markdown writer: Respect -raw_html.John MacFarlane1-1/+1
2014-08-08Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane2-0/+10
2014-08-07EPUB test renaming.John MacFarlane5-2/+2
2014-08-07HTML reader: Really ignore DOCTYPE and xml declarations.John MacFarlane2-25/+0
2014-08-07Merge pull request #1488 from mpickering/epubfixesJohn MacFarlane1-19/+19
2014-08-07EPUB tests: Updated test fileMatthew Pickering1-19/+19
2014-08-07Docx reader: Test inline image code.Jesse Rosenthal3-1/+7
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