aboutsummaryrefslogtreecommitdiff
path: root/test/test-pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen1-0/+2
2021-08-10Add RTF reader.John MacFarlane1-0/+2
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane1-2/+1
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane1-6/+19
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres1-2/+2
2020-09-05Add Writers.Tables helper functions and types, add tests for those (#6655)Christian Despres1-0/+2
2020-07-08Escape starting periods in ms writer code blocksMichael Hoffmann1-0/+2
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel1-0/+2
2019-12-17Add jira reader (#5913)Albert Krewinkel1-0/+2
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel1-1/+5
2019-01-31Tests: avoid calling findPandoc multiple times.John MacFarlane1-4/+5
2019-01-06Add DokuWiki reader (#5108)Alexander1-0/+2
2019-01-04Fix findPandoc so it works with cabalv2.John MacFarlane1-1/+5
2018-05-09Merge branch 'master' into groff_readerYan Pashkovsky1-0/+4
2018-05-09basic manfile parsingYan Pas1-1/+1
2018-04-26Add FB2 reader (#4539)Alexander1-0/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-02-25initialYan Pas1-0/+2
2017-12-28PowerPoint writer: Introduce beginning of testsJesse Rosenthal1-0/+2
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie1-0/+2
2017-12-13fig, table-wrap & caption Divs for JATS writerHamish Mackenzie1-0/+2
2017-10-28Add new style FB2 testsAlexander Krotov1-0/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-10-26Creole reader (#3994)Sascha Wilde1-0/+2
2017-06-19Add Muse reader (#3620)Alexander Krotov1-0/+2
2017-03-20Lua filters (#3514)Albert Krewinkel1-0/+2
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-6/+4
2017-03-10Add Muse writer (#3489)Alexander Krotov1-0/+2
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-13/+13
2017-02-12Add Org writer unit testsAlexander Krotov1-0/+2
2017-02-04Added new test framework Tests.Command.John MacFarlane1-2/+2
2017-02-04Added skeleton for Tests.Command.John MacFarlane1-0/+2
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+65