summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/model/enum.rs
AgeCommit message (Collapse)Author
2025-07-09Target-specific native show rules (#6569)Laurenz
2025-07-08Rewrite foundations of native elements (#6547)Laurenz
2025-05-06Use list spacing for attach spacing in tight lists (#6242)Tobias Schmitz
2025-03-24Use `u64` instead of `usize` to store counter and enumeration item numbers, ↵Eduardo Sánchez Muñoz
so behavior does not vary from 64-bit to 32-bit platforms (#6026)
2025-01-24Semantic paragraphs (#5746)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 `start` attribute for `enum` in HTML export (#5676)Michael Färber
2024-12-16Add reversed numbering (#5563)+merlan #flirora
2024-12-04A few basic HTML show rulesLaurenz
These are very incomplete and ignore various properties. They are just to get things started.
2024-10-27Split out four new crates (#5302)Laurenz