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