summaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)Author
2019-05-16JATS writer: properly handle footnotes.John MacFarlane
2019-05-13Org reader: fix planning elements in headers level 3 and higherAlbert Krewinkel
2019-05-13Org reader: omit, but warn about unknown export optionsAlbert Krewinkel
2019-05-11FB2 reader: add notes parsing testAlexander Krotov
2019-05-05Org reader: prefer plain symbols over math symbolsAlbert Krewinkel
2019-05-05Org reader: recognize emphasis after TODO/DONE keywordAlbert Krewinkel
2019-05-04Lua: add `pandoc.system` module (#5468)Albert Krewinkel
2019-04-28Muse writer tests: compare Text without converting to [Char]Alexander Krotov
2019-04-02Actually run the xwiki writer tests.John MacFarlane
2019-03-31PowerPoint writer: add test for speaker notes after metadata.Jesse Rosenthal
2019-03-30Pptx writer: test for speaker notes after breaking header.Jesse Rosenthal
2019-03-25HTML reader: read `data-foo` attribute into `foo`.John MacFarlane
2019-03-13Tests.Old: specify --data-dir=../data.John MacFarlane
2019-03-09Include execution output in ipynb test.John MacFarlane
2019-02-18Docx reader: add tests for trimming last inline.Jesse Rosenthal
2019-02-18Muse reader: add secondary note supportAlexander Krotov
2019-02-18Muse writer: escape secondary notesAlexander Krotov
2019-02-12Docx reader: Add test for reading sdts in footnotes.Jesse Rosenthal
2019-02-10Use latest skylighting.John MacFarlane
2019-02-09Added simple ipynb reader/writer tests.John MacFarlane
2019-02-09Adds Asciidoctor sprcific writer and testsTG
2019-02-06Docx reader: Tests for alternate document.xmlJesse Rosenthal
2019-02-06Muse reader: test that block level markup does not break <verbatim>Alexander Krotov
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-31Tests: avoid calling findPandoc multiple times.John MacFarlane
2019-01-31Old tests: remove need for temp files by using pipeProcess.John MacFarlane
2019-01-30Org reader: add support for #+SELECT_TAGS.leungbk
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane
2019-01-07Asciidoc writer: shorter delimiters for tables, blockquotes.John MacFarlane
2019-01-07Org reader: handle `minlevel` option differently. (#5190)Brian Leung
2019-01-06Add DokuWiki reader (#5108)Alexander
2019-01-04Cleaned up findPandoc.John MacFarlane
2019-01-04Tests: Fix findPandoc to work with Windows.John MacFarlane
2019-01-04Fix findPandoc so it works with cabalv2.John MacFarlane
2019-01-01Org reader: fix self-link parsing regressionAlbert Krewinkel
2019-01-01Org reader: fix treatment of links to imagesAlbert Krewinkel
2018-12-25Muse reader tests: test #cover directiveAlexander Krotov
2018-12-10Docx: add test for lists with level overrides.Jesse Rosenthal
2018-11-14Muse reader: trim whitespace before parsing grid table cellsAlexander Krotov
2018-11-14Muse reader: add grid tables supportAlexander Krotov
2018-11-14Muse writer: indent simple tables only on the top levelAlexander Krotov
2018-11-13Muse writer: output tables with one column as grid tablesAlexander Krotov
2018-11-06Use OverloadedStrings extension to simplify Muse writer testsAlexander Krotov
2018-11-05Muse writer: add support for --reference-location=Alexander Krotov
2018-11-02table testsYan Pashkovsky
2018-10-30Roff reader: properly handle unknown backslash escapes.John MacFarlane
2018-10-28Roff tokenizer: better handling of escapes.John MacFarlane