summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2025-07-10Handle `lower` and `upper` in HTML export (#6585)Laurenz
2025-07-10Complete movement of HTML export code to `typst-html` (#6584)Laurenz
2025-07-09Support images in HTML export (#6578)Laurenz
2025-07-09Move math styling to codex and add `math.scr` (#6309)Max
2025-07-09Add `default` argument for `str.first` and `str.last` (#6554)Malo
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-07-09Ignore spans when checking for RawElem equality (#6560)frozolotl
2025-07-09Anti-alias clip paths (#6570)Laurenz
2025-07-09Construct library via extension trait instead of default & inherent impl (#6576)Laurenz
2025-07-08Rewrite foundations of native elements (#6547)Laurenz
2025-07-02Use "subs" and "sups" font features for typographic scripts (#5777)Malo
2025-06-27Bump `typst-dev-assets` (#6514)Max
2025-06-27Fix panic when sampling across two coincident gradient stops (#6166)+merlan #flirora
2025-06-27Sort line items by logical order when constructing frame (#5887)+merlan #flirora
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-26Basic support for text decoration functions in HTML (#6510)Laurenz
2025-06-26Fix nested HTML frames (#6509)Laurenz
2025-06-26Disallow empty labels and references (#5776) (#6332)Said A.
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-26Allow deprecating symbol variants (#6441)Malo
2025-06-26Support `in` operator on strings and modules (#6498)Laurenz
2025-06-24Also fix encoding of `<textarea>` (#6497)Laurenz
2025-06-23Fix stroke cap of shapes with partial stroke (#5688)Wannes Malfait
2025-06-23Properly handle raw text elementsLaurenz
2025-06-23Handle pre elements that start with a newlineLaurenz
2025-06-23Turn non-empty void element into export errorLaurenz
2025-06-23Test runner support for HTML export errorsLaurenz
2025-06-23Typed HTML API (#6476)Laurenz
2025-06-20Generic casting for `Axes<T>`Laurenz
2025-06-19Hint for label in both document and bibliography (#6457)Laurenz
2025-06-12Consume `data` argument in `pdf.embed()` (#6435)cAttte
2025-06-11Render `#super` as `<sup>`, `#sub` as `<sub>` in HTML (#6422)Lachlan Kermode
2025-06-11Use `codex::ModifierSet` (#6159)T0mstone
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-11Fix panic when test source is not found in world (#6428)Tobias Schmitz
2025-06-11Do not force `math.mid` elements to have the Large math class (#5980)Malo
2025-06-10Adjust source file API surface (#6423)Laurenz
2025-06-10Specify which CSL style is not suitable for bibliographies (#6306)Andrew Voynov
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-10Use the shaper in math (#6336)Max
2025-06-10Table multiple headers and subheaders (#6168)PgBiel
2025-06-10Report errors in external files (#6308)Tobias Schmitz
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-10Improve number lexing (#5969)Ian Wrzesinski
2025-06-09Pin colspan and rowspan for blank cells (#6401)PgBiel
2025-06-04Numbering implementation refactor (#6122)Sam Ireson
2025-06-04Apply short fall consistently in math when stretching (#6377)Max
2025-06-04Add support for WebP images (#6311)Linus Unnebäck
2025-06-04Apply script-style to numbers consistently in math (#6320)Max
2025-06-04Fix Ukrainian secondary smart quotes (#6372)Nazar Serhiichuk
2025-06-03Change Russian secondary smart quotes & remove alternatives (#6331)Andrew Voynov
2025-06-03Fix bottom accent positioning in math (#6187)Max
2025-05-28Fix stroking of glyphs in math mode (#6243)Mikołaj
2025-05-28Remove line break opportunity when math operator precededes a closing paren ↵Ian Wrzesinski
(#6216)
2025-05-20Error if an unexpected named argument was received (#6192)frozolotl
2025-05-20Always run tests from workspace directory (#6307)frozolotl