aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/HTML.hs
AgeCommit message (Expand)Author
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud
2019-02-10Use latest skylighting.John MacFarlane
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov
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