mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
6 lines
116 B
Typst
6 lines
116 B
Typst
// Test breaking a line without justifiables.
|
|
|
|
---
|
|
#set par(justify: true)
|
|
#block(width: 1cm, fill: aqua, lorem(2))
|