aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/AsciiDoc.hs
AgeCommit message (Expand)Author
2025-05-28Fix whitespace bugs.John MacFarlane
2025-05-28Adding support for sidebars to Asciidoc writerGreg
2024-12-28AsciiDoc writer: improve escaping.John MacFarlane
2023-07-05Fix asciidoc testsJohn MacFarlane
2023-07-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-01-29Use `[x]` not `[X]` for asciidoctor checklists.John MacFarlane
2022-01-16Support checklists in asciidoctor writer (#7832)Nikolai Korobeinikov
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-01-07Asciidoc writer: shorter delimiters for tables, blockquotes.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
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