Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | Support `--reference-location` for HTML output (#7461) | Francesco Mazzoli | 1 | -1/+74 | |
The HTML writer now supports `EndOfBlock`, `EndOfSection`, and `EndOfDocument` for reference locations. EPUB and HTML slide show formats are also affected by this change. This works similarly to the markdown writer, but with special care taken to skipping section divs with what regards to the block level. The change also takes care to not modify the output if `EndOfDocument` is used. | |||||
2021-05-17 | HTML writer: ensure headings only have valid attribs in HTML4 | Albert Krewinkel | 1 | -52/+57 | |
Fixes: #5944 | |||||
2021-02-07 | Avoid unnecessary use of NoImplicitPrelude pragma (#7089) | Albert Krewinkel | 1 | -2/+0 | |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -2/+2 | |
2019-11-04 | HTML Reader/Writer - Add support for <var> and <samp> (#5861) | Amogh Rathore | 1 | -0/+22 | |
Closes #5799 | |||||
2019-10-24 | HTML reader/writer: Better handling of <q> with cite attribute (#5837) | Ole Martin Ruud | 1 | -0/+17 | |
* HTML reader: Handle cite attribute for quotes. If a `<q>` tag has a `cite` attribute, we interpret it as a Quoted element with an inner Span. Closes #5798 * Refactor url canonicalization into a helper function * Modify HTML writer to handle quote with cite. [0]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q | |||||
2019-02-10 | Use latest skylighting. | John MacFarlane | 1 | -1/+1 | |
2018-09-11 | HTML writer: always output <dt> element, even if it is empty | Alexander Krotov | 1 | -0/+5 | |
Fixes #4883 | |||||
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -1/+2 | |
* XML.toEntities: changed type to Text -> Text. * Shared.tabFilter -- fixed so it strips out CRs as before. * Modified writers to take Text. * Updated tests, benchmarks, trypandoc. [API change] Closes #3731. | |||||
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -3/+3 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -3/+3 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+43 | |