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
/
Shared.hs
Age
Commit message (
Expand
)
Author
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-03-08
Add tests for idempotency of makeSections.
John MacFarlane
2022-02-11
Put id attributes on TOC entries #7907 (#7913)
damon-sava-stanley
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-11
Writers.Shared: Improve toLegacyTable.
Christian Despres
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-04-15
Modify toLegacyTable to cut up cells, add tests
despresc
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-19
hlint code improvements.
John MacFarlane
2017-10-27
Automatic reformating by stylish-haskell.
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