summaryrefslogtreecommitdiff
path: root/tests/Tests
AgeCommit message (Expand)Author
2016-05-04Org reader: fix handling of empty table cells, rowsAlbert Krewinkel
2016-05-04Org reader: stop padding short table rowsAlbert Krewinkel
2016-05-01Add one more testSidharth Kapur
2016-05-01Use `codeBlockWith`Sidharth Kapur
2016-05-01Add test for RST code directive classSidharth Kapur
2016-04-29Add docbook5 writer supportIvo Clarysse
2016-04-26Ignore leading space in org code blocksEmanuel Evans
2016-04-16Docx Reader: Tests for track-changes movingJesse Rosenthal
2016-04-10Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane
2016-03-16Docx reader: Add test for enumerated headers.Jesse Rosenthal
2016-03-10Fixed behavior of base tag.John MacFarlane
2016-02-20Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane
2016-02-20Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane
2016-02-02Docx reader: Add tests for adjacent hyperlinks.Jesse Rosenthal
2016-01-31Org reader: Refactor link-target processingAlbert Krewinkel
2016-01-21Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).John MacFarlane
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane
2016-01-19Add TEI Writer.csforste
2016-01-11Prefix even empty figure names with "fig:"Albert Krewinkel
2016-01-08Added some entity tests in Markdown reader tests.John MacFarlane
2016-01-07Fix function dropping subtrees tagged :noexport:Albert Krewinkel
2015-12-12Fixed tests.John MacFarlane
2015-12-12Test fixes.John MacFarlane
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-18Docx reader: Add test cases for dummy list items.Jesse Rosenthal
2015-11-14Added test case for links in notes.Jesse Rosenthal
2015-11-13Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane
2015-11-13Org reader: Require whitespace around def list markersAlbert Krewinkel
2015-11-13Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane
2015-11-13Added `emoji` extension to Markdown.John MacFarlane
2015-11-13Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel
2015-10-28LaTeX writer: add `\protect` to `\hyperlink`.John MacFarlane
2015-10-27LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.John MacFarlane
2015-10-25Merge pull request #2477 from tarleb/org-toggling-header-argsJohn MacFarlane
2015-10-25Org reader: allow toggling header argsAlbert Krewinkel
2015-10-24Org reader: fix paragraph/list interactionAlbert Krewinkel
2015-10-22Fixed over-eager raw HTML inline parsing.John MacFarlane
2015-10-19Merge pull request #2458 from mb21/lang-inlinesJohn MacFarlane
2015-10-18Tests: Unset `pandoc-version` so we don't get the comment...John MacFarlane
2015-10-18Added writers-lang-and-dir test, fixed ConTeXt writer testmb21
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane
2015-10-11Percent-encode more special characters in URLs.John MacFarlane
2015-10-10Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane
2015-10-04Docx Reader: Create special punctuation testOphir Lifshitz