mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
7 lines
169 B
Typst
7 lines
169 B
Typst
// Test that combination of justification and hanging indent doesn't result in
|
|
// an underfull first line.
|
|
|
|
---
|
|
#set par(hanging-indent: 2.5cm, justify: true)
|
|
#lorem(5)
|