summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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-23Update math TextElem layout to separate out SymbolElemIan Wrzesinski
2025-01-23Add SymbolElem to realizationIan Wrzesinski
2025-01-23Use SymbolElem in more places and add `char` cast for contentIan Wrzesinski
2025-01-23Basic SymbolElem additionIan Wrzesinski
2025-01-23Add support for `c2sc` OpenType feature in `smallcaps` (#5655)Malo
2025-01-23Ignore shebang at start of file (#5702)T0mstone
2025-01-23Support syntactically directly nested list, enum, and term list (#5728)wznmickey
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-01-23Fix delimiter unparen syntax (#5739)Ian Wrzesinski
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-23Rework outline (#5735)Laurenz
2025-01-23Methods on elements (#5733)Laurenz
2025-01-22Don't link items if container is already linked (#5732)Laurenz
2025-01-16Fix list indent when starting at an open bracket (#5677)Ian Wrzesinski
2025-01-09Better math argument parsing (#5008)Max
2025-01-09Revamp data loading and deprecate `decode` functions (#5671)Laurenz
2025-01-08More flexible and efficient `Bytes` representation (#5670)Laurenz
2025-01-08Embed files associated with the document as a whole (#5221)Niklas Eicker
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-01-06Allow adding and joining `arguments` (#5651)Malo
2025-01-06Terminate pretty-printed HTML with trailing newline (#5661)Laurenz
2025-01-06Basic HTML `heading` test (#5619)Johann Birnick
2025-01-06Improve `repr` for `arguments` (#5652)Malo
2024-12-20Fix math size resolving (#5596)Max
2024-12-20Error on duplicate symbol variant with modifiers in different orders (#5587)Malo
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-20Fix arbitrarily nested equations in the base of `math.attach` (#5613)Max
2024-12-20Fix crash when block or text have negative sizes (#5610)PgBiel
2024-12-20HTML tests (#5594)Michael Färber
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-18Fix infinite loop with footnote which never fits (#5498)PgBiel
2024-12-18Change error when accessing non-existant label (#5571)Joshua Gawley
2024-12-18New `curve` element that supersedes `path` (#5323)Emmanuel Lesueur
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-18Bump `unicode-bidi` (#5598)wznmickey
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-17Support for defining which charset should be covered by a font (#5305)Peng Guanwen
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-17Fix sticky blocks at the top of blocks and pages (#5581)PgBiel
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-17Rename `pattern` to `tiling` (#5590)Laurenz
2024-12-17Remove deprecated things and compatibility behaviours (#5591)Laurenz
2024-12-16Get numbering of page counter from style chain (#5589)Eric Biedert
2024-12-16Improve `symbol` `repr` (#5505)Malo
2024-12-16Add reversed numbering (#5563)+merlan #flirora
2024-12-11Fix crash due to consecutive weak spacing (#5562)Laurenz
2024-12-11Add number-syntax edge case tests (#5560)Ian Wrzesinski
2024-12-11Improve raw trimming (#5541)Ian Wrzesinski
2024-12-09Forbid base prefix for numbers with a unit (#5548)wznmickey
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-09Forbid footnote migration in pending floats (#5497)PgBiel
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-09Fix sizing of quadratic shapes (square/circle) (#5451)+merlan #flirora
Co-authored-by: Laurenz <laurmaedje@gmail.com> Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
2024-12-08Fix language-dependant figure caption separator in outline (#5550)Laurenz
2024-12-08Fix multiline annotations in over- elems in math changing the baseline (#5459)Max
2024-12-08Fix multiple footnotes in footnote entry (#5545)PgBiel