aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Update testsMatthew Pickering8-15/+23
2015-02-17ICML writer: Better handling of raw blocks and inlines.John MacFarlane1-132/+1
2015-02-13Docx reader: test lists in table cells.Jesse Rosenthal3-0/+15
2015-02-07Merge pull request #1927 from freephile/masterJohn MacFarlane1-2/+2
2015-02-07Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc i...John MacFarlane1-12/+31
2015-02-06Texinfo writer: fix wrapping by using breakable spacesTim Lin1-12/+31
2015-02-05update syntax for Images/Media files in MediaWikiGreg Rundlett1-2/+2
2015-02-04Append newline to the LineBreak of various writersTim Lin7-7/+14
2015-02-01HTML writer: Add "inline" or "display" class to math spans.John MacFarlane4-10/+10
2015-01-25Merge pull request #1885 from mb21/html-reader-tablesJohn MacFarlane2-1/+375
2015-01-25fixes #1859 HTML Reader table parsingmb212-1/+375
2015-01-21Docx Reader: Add test for VML images.Jesse Rosenthal3-0/+8
2014-12-15FB2 writer: Add newline to output.John MacFarlane1-1/+1
2014-12-15HTML writer: put newline btw img and caption paragraph.John MacFarlane1-1/+2
2014-12-15Don't treat a citation as a reference link label.John MacFarlane2-0/+9
2014-12-15Improved texorpdfstring patch #1148.John MacFarlane4-37/+31
2014-12-15Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane4-35/+43
2014-12-15Merge pull request #1805 from bergey/rstJohn MacFarlane2-21/+40
2014-12-14DocBook readers: Include id on section headers.John MacFarlane1-32/+32
2014-12-14Merge pull request #1813 from tarleb/file-linksJohn MacFarlane1-1/+8
2014-12-14Org reader: properly handle links to `file:target`Albert Krewinkel1-1/+8
2014-12-14Fixe autolinks with following punctuation.John MacFarlane1-0/+5
2014-12-12RST Reader: compute Attrs when role is definedDaniel Bergey2-4/+4
2014-12-12WIP: tests for RST rolesDaniel Bergey2-20/+39
2014-12-10Merge pull request #1695 from bjornbm/masterJohn MacFarlane1-1/+1
2014-12-08DocBook reader: document/test "type" as implementedBryan O'Sullivan2-2/+2
2014-12-08Fix test suiteBryan O'Sullivan1-1/+1
2014-12-08DocBook reader: add support for classnameBryan O'Sullivan2-0/+4
2014-12-08DocBook reader: add support for calloutlist and calloutBryan O'Sullivan2-0/+25
2014-12-08Merge pull request #1746 from shelf/dw-ext-imagesMatthew Pickering3-0/+4
2014-12-01parse RST class directivesDaniel Bergey1-0/+6
2014-12-01parse RST quoted literal blocksDaniel Bergey1-1/+16
2014-11-25Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane1-0/+23
2014-11-25RST writer: Omit blank lines after list items.John MacFarlane1-23/+1
2014-11-16Removed extra `</body>` tag from `tests/html-reader.html`.John MacFarlane1-1/+0
2014-11-13Fixed bug in org with bulleted lists:John MacFarlane1-0/+7
2014-11-13Add tests for external links with anchorsCaleb McDaniel2-0/+1
2014-11-12Merge pull request #1645 from neongreen/issue1636John MacFarlane1-0/+12
2014-11-09DokuWiki writer: add external_images testTimothy Humphries3-0/+4
2014-11-05Org reader: allow empty links for gitit interopAlbert Krewinkel1-0/+4
2014-11-05Org reader: absolute, relative paths in linksAlbert Krewinkel1-0/+8
2014-11-04DokuWiki writer: Better handling of block quotes.John MacFarlane1-2/+3
2014-10-30TWiki Reader: add basic syntax testAlexander Sulfrian3-0/+398
2014-10-25Docx test: Remove Danish header test.Jesse Rosenthal3-14/+0
2014-10-25Docx reader: add tests for i18n headers.Jesse Rosenthal3-0/+12
2014-10-23HTML writer: Make header attributes work outside top level.John MacFarlane2-0/+4
2014-10-21Merge pull request #1706 from tarleb/org-symbol-entitiesJohn MacFarlane1-0/+12
2014-10-20Pretty: Make CR + BLANKLINE = BLANKLINE.John MacFarlane5-9/+5
2014-10-20Org reader: parse LaTeX-style MathML entitiesAlbert Krewinkel1-0/+12
2014-10-19Parsing: fixed `inlineMath` so it handles `\text{..}` containing `$`.John MacFarlane2-0/+3