typst/crates/typst-library/src/model
Eduardo Sánchez Muñoz 38213ed534
Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026)
2025-03-24 18:16:33 +00:00
..
bibliography.rs Fix missing words and paren in docs (#6046) 2025-03-12 12:45:57 +00:00
cite.rs Revamp data loading and deprecate `decode` functions (#5671) 2025-01-09 09:34:16 +00:00
document.rs Revamp data loading and deprecate `decode` functions (#5671) 2025-01-09 09:34:16 +00:00
emph.rs A few basic HTML show rules 2024-12-04 10:12:07 +01:00
enum.rs Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
figure.rs Semantic paragraphs (#5746) 2025-01-24 12:11:26 +00:00
footnote.rs Semantic paragraphs (#5746) 2025-01-24 12:11:26 +00:00
heading.rs Rework outline (#5735) 2025-01-23 11:50:51 +00:00
link.rs Respect `par` constructor arguments (#5842) 2025-02-10 14:37:19 +00:00
list.rs Semantic paragraphs (#5746) 2025-01-24 12:11:26 +00:00
mod.rs Export target docs (#5812) 2025-02-05 13:24:10 +00:00
numbering.rs Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
outline.rs Fix missing words and paren in docs (#6046) 2025-03-12 12:45:57 +00:00
par.rs Support first-line-indent for every paragraph (#5768) 2025-01-27 13:15:20 +00:00
quote.rs Respect `quotes: false` in inline quote (#5991) 2025-03-03 11:50:47 +00:00
reference.rs Don't generate accessors for required fields (#5680) 2025-01-10 16:54:11 +00:00
strong.rs A few basic HTML show rules 2024-12-04 10:12:07 +01:00
table.rs Fix HTML export of table with gutter (#5920) 2025-02-23 11:26:14 +00:00
terms.rs Support first-line-indent for every paragraph (#5768) 2025-01-27 13:15:20 +00:00