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
/
HTML.hs
Age
Commit message (
Expand
)
Author
2023-03-14
HTML writer footnotes changes:
John MacFarlane
2022-09-28
HTML Reader: Tests for 'tt' and 'code' elements (#8330).
Justin Wood
2022-02-23
Tests: improve location reporting of failing tests
Albert Krewinkel
2021-12-22
HTML writer: make line breaks more consistent.
John MacFarlane
2021-09-10
Support `--reference-location` for HTML output (#7461)
Francesco Mazzoli
2021-05-17
HTML writer: ensure headings only have valid attribs in HTML4
Albert Krewinkel
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2019-11-04
HTML Reader/Writer - Add support for <var> and <samp> (#5861)
Amogh Rathore
2019-10-24
HTML reader/writer: Better handling of <q> with cite attribute (#5837)
Ole Martin Ruud
2019-02-10
Use latest skylighting.
John MacFarlane
2018-09-11
HTML writer: always output <dt> element, even if it is empty
Alexander Krotov
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