summaryrefslogtreecommitdiff
path: root/test/Tests/Writers/ConTeXt.hs
AgeCommit message (Expand)Author
2022-12-17ConTeXt writer: always use `\type` for inline codeAlbert Krewinkel
2022-06-21ConTeXt writer: support complex table structures. (#8116)Albert Krewinkel
2022-06-06ConTeXt writer: use "sectionlevel" environment for headings (#8106)Albert Krewinkel
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel
2021-05-17ConTeXt writer tests: keep code lines below 80 chars.Albert Krewinkel
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-23ConTeXt unit tests - tweak code property.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-25ConTeXt writer: new section syntax and --section-divs (#4295)Henri Menke
2018-01-23ConTeXt writer: xtables: correct wrong usage of captionHenri Menke
2018-01-19hlint code improvements.John MacFarlane
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane