aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-04-15Adjusted lhs-test.* so highlighting is not used.John MacFarlane
2014-12-15FB2 writer: Add newline to output.John MacFarlane
2014-12-15HTML writer: put newline btw img and caption paragraph.John MacFarlane
2014-12-15Don't treat a citation as a reference link label.John MacFarlane
2014-12-15Improved texorpdfstring patch #1148.John MacFarlane
2014-12-15Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane
2014-12-15Merge pull request #1805 from bergey/rstJohn MacFarlane
2014-12-14DocBook readers: Include id on section headers.John MacFarlane
2014-12-14Merge pull request #1813 from tarleb/file-linksJohn MacFarlane
2014-12-14Org reader: properly handle links to `file:target`Albert Krewinkel
2014-12-14Fixe autolinks with following punctuation.John MacFarlane
2014-12-12RST Reader: compute Attrs when role is definedDaniel Bergey
2014-12-12WIP: tests for RST rolesDaniel Bergey
2014-12-10Merge pull request #1695 from bjornbm/masterJohn MacFarlane
2014-12-08DocBook reader: document/test "type" as implementedBryan O'Sullivan
2014-12-08Fix test suiteBryan O'Sullivan
2014-12-08DocBook reader: add support for classnameBryan O'Sullivan
2014-12-08DocBook reader: add support for calloutlist and calloutBryan O'Sullivan
2014-12-08Merge pull request #1746 from shelf/dw-ext-imagesMatthew Pickering
2014-12-01parse RST class directivesDaniel Bergey
2014-12-01parse RST quoted literal blocksDaniel Bergey
2014-11-25Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane
2014-11-25RST writer: Omit blank lines after list items.John MacFarlane
2014-11-16Removed extra `</body>` tag from `tests/html-reader.html`.John MacFarlane
2014-11-13Fixed bug in org with bulleted lists:John MacFarlane
2014-11-13Add tests for external links with anchorsCaleb McDaniel
2014-11-12Merge pull request #1645 from neongreen/issue1636John MacFarlane
2014-11-09DokuWiki writer: add external_images testTimothy Humphries
2014-11-05Org reader: allow empty links for gitit interopAlbert Krewinkel
2014-11-05Org reader: absolute, relative paths in linksAlbert Krewinkel
2014-11-04DokuWiki writer: Better handling of block quotes.John MacFarlane
2014-10-30TWiki Reader: add basic syntax testAlexander Sulfrian
2014-10-25Docx test: Remove Danish header test.Jesse Rosenthal
2014-10-25Docx reader: add tests for i18n headers.Jesse Rosenthal
2014-10-23HTML writer: Make header attributes work outside top level.John MacFarlane
2014-10-21Merge pull request #1706 from tarleb/org-symbol-entitiesJohn MacFarlane
2014-10-20Pretty: Make CR + BLANKLINE = BLANKLINE.John MacFarlane
2014-10-20Org reader: parse LaTeX-style MathML entitiesAlbert Krewinkel
2014-10-19Parsing: fixed `inlineMath` so it handles `\text{..}` containing `$`.John MacFarlane
2014-10-18Merge pull request #1680 from shelf/masterJohn MacFarlane
2014-10-18Merge pull request #1700 from tarleb/org-emphasis-fixJohn MacFarlane
2014-10-18Org reader: Drop COMMENT document treesAlbert Krewinkel
2014-10-18Org reader: fix rules for emphasis recognitionAlbert Krewinkel
2014-10-17Fix indent issue for definition listsTimothy Humphries
2014-10-15Escape spaces. Fixes jgm/pandoc#1694.Bjorn Buckwalter
2014-10-12Respect indent when parsing Org bullet listsTimothy Humphries
2014-09-27Merge pull request #1601 from jkr/windowsfixJohn MacFarlane
2014-09-27Update tests for #1649Matthew Pickering
2014-09-26Fix 'Ext_lists_without_preceding_blankline' bug.Artyom
2014-09-25EPUB Tests: Seperating image testing from other featuresmpickering