summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/text/linebreak.rs
AgeCommit message (Collapse)Author
2024-10-27Split out four new crates (#5302)Laurenz
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-21Tidy up some importsLaurenz
2023-11-19Streamline importsLaurenz
2023-11-19Fix linebreaking at the end of linksLaurenz
Fixes #2689
2023-10-29Linebreaking for linksLaurenz
2023-10-28Simplify linebreakingLaurenz
Switches from an iterator to callback style, which significantly increases the clarity of the whole thing.