summaryrefslogtreecommitdiff
path: root/tests/ref/html
AgeCommit message (Collapse)Author
2025-07-10Handle `lower` and `upper` in HTML export (#6585)Laurenz
2025-07-09Support images in HTML export (#6578)Laurenz
2025-06-26Basic support for text decoration functions in HTML (#6510)Laurenz
2025-06-24Also fix encoding of `<textarea>` (#6497)Laurenz
2025-06-23Properly handle raw text elementsLaurenz
2025-06-23Handle pre elements that start with a newlineLaurenz
2025-06-23Typed HTML API (#6476)Laurenz
2025-06-11Render `#super` as `<sup>`, `#sub` as `<sub>` in HTML (#6422)Lachlan Kermode
2025-06-10Table multiple headers and subheaders (#6168)PgBiel
2025-02-25Fix introspection of HTML root sibling metadata (#5953)Laurenz
2025-02-24HTML export: fix elem counting on classify_output (#5910)Sharzy
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-02-23Fix HTML export of table with gutter (#5920)PgBiel
2025-01-24Semantic paragraphs (#5746)Laurenz
2025-01-24Tweak HTML pretty printing (#5745)Laurenz
2025-01-23Handle boxes and blocks a bit better in HTML export (#5744)Laurenz
Co-authored-by: Martin Haug <3874949+reknih@users.noreply.github.com>
2025-01-23Support quotes in HTML output (#5673)Michael Färber
2025-01-23Support `start` attribute for `enum` in HTML export (#5676)Michael Färber
2025-01-23HTML tables (#5666)Michael Färber
2025-01-06Terminate pretty-printed HTML with trailing newline (#5661)Laurenz
2025-01-06Basic HTML `heading` test (#5619)Johann Birnick
2024-12-20HTML tests (#5594)Michael Färber
Co-authored-by: Laurenz <laurmaedje@gmail.com>