aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane1-15/+58
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli1-1/+74
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel1-52/+57
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+2
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore1-0/+22
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud1-0/+17
2019-02-10Use latest skylighting.John MacFarlane1-1/+1
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov1-0/+5
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-06-11Switched Writer types to use Text.John MacFarlane1-1/+2
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-3/+3
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-3/+3
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+43