summaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Markdown.hs
AgeCommit message (Expand)Author
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-07-18Markdown writer: prefer using raw_attribute when enabled.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-19hlint code improvements.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