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