aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
AgeCommit message (Expand)Author
2025-11-29Add asciidoc as an input format.John MacFarlane
2025-11-05Add BBCode writer (#11242)reptee
2025-09-15Vimdoc writer (#11132)reptee
2025-05-16Fix problems with gridTable and add tests.John MacFarlane
2025-03-29Use `pdf-engine` variable instead of extensions...John MacFarlane
2024-12-27Add Pod readerEvan Silberman
2024-09-03Add ansi writer tests.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-03-20Typst writer: support Typst 0.11 table features. (#9593)John MacFarlane
2024-03-19Change lhs tests so they don't use `--standalone`.John MacFarlane
2024-02-13Add djot reader and writer.djotJohn MacFarlane
2024-01-27Regenerate epub tests with latest changes to EPUB reader.John MacFarlane
2023-07-06Add typst reader tests.John MacFarlane
2023-07-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-03-25Add typst writer.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-11Add tests for the new table featuresWout Gevaert
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-02-04Add endnotexml reader test.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung
2021-09-21Use pretty-simple to format native output.John MacFarlane
2021-08-10Add RTF reader.John MacFarlane
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane
2021-03-19Fix finding of data files from test programs.John MacFarlane
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-02-02Fixed some compiler warnings in tests.John MacFarlane
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel
2020-05-18Propagate (DY)LD_LIBRARY_PATH in tests (#6376)Lila
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel
2019-12-17Add jira reader (#5913)Albert Krewinkel
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink
2019-06-05Add jira writer (#5548)Albert Krewinkel
2019-04-02Actually run the xwiki writer tests.John MacFarlane
2019-03-13Tests.Old: specify --data-dir=../data.John MacFarlane
2019-03-09Include execution output in ipynb test.John MacFarlane
2019-02-09Added simple ipynb reader/writer tests.John MacFarlane