aboutsummaryrefslogtreecommitdiff
path: root/test/test-pandoc.hs
AgeCommit message (Expand)Author
2025-11-24Add `xlsx` (Microsoft Excel) as an input format.Anton Antich
2025-11-24Support pptx (PowerPoint) as an input format.Anton Antich
2025-11-05Add BBCode writer (#11242)reptee
2025-07-26New `xml` format exactly representing a Pandoc AST.massifrg
2025-07-23Ensure that all modules have explicit export lists.John MacFarlane
2024-12-27Add Pod readerEvan Silberman
2024-12-05Add mdoc readerEvan Silberman
2023-06-23Add tests for fillMediaBag/extractMedia.John MacFarlane
2022-11-02Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)John MacFarlane
2022-10-24Rename T.P.Readers.Odt -> T.P.Readers.ODT.John MacFarlane
2022-10-24Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.John MacFarlane
2022-10-13Rollback parameterize options on scripting engine.John MacFarlane
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-09-30[API Change] App: parameterize `options` over the scripting engineAlbert Krewinkel
2022-09-27Fix small whitespace things.John MacFarlane
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-08-10Add RTF reader.John MacFarlane
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres
2020-09-05Add Writers.Tables helper functions and types, add tests for those (#6655)Christian Despres
2020-07-08Escape starting periods in ms writer code blocksMichael Hoffmann
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel
2019-12-17Add jira reader (#5913)Albert Krewinkel
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel
2019-01-31Tests: avoid calling findPandoc multiple times.John MacFarlane
2019-01-06Add DokuWiki reader (#5108)Alexander
2019-01-04Fix findPandoc so it works with cabalv2.John MacFarlane
2018-05-09Merge branch 'master' into groff_readerYan Pashkovsky
2018-05-09basic manfile parsingYan Pas
2018-04-26Add FB2 reader (#4539)Alexander
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-02-25initialYan Pas
2017-12-28PowerPoint writer: Introduce beginning of testsJesse Rosenthal
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie
2017-12-13fig, table-wrap & caption Divs for JATS writerHamish Mackenzie
2017-10-28Add new style FB2 testsAlexander Krotov
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-26Creole reader (#3994)Sascha Wilde
2017-06-19Add Muse reader (#3620)Alexander Krotov
2017-03-20Lua filters (#3514)Albert Krewinkel
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-10Add Muse writer (#3489)Alexander Krotov
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-12Add Org writer unit testsAlexander Krotov
2017-02-04Added new test framework Tests.Command.John MacFarlane
2017-02-04Added skeleton for Tests.Command.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane