mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
24 lines
301 B
XML
24 lines
301 B
XML
// Test forced line breaks.
|
|
|
|
---
|
|
// Directly after word.
|
|
Line\ Break
|
|
|
|
// Spaces around.
|
|
Line \ Break
|
|
|
|
// Directly before word does not work.
|
|
No \Break
|
|
|
|
---
|
|
// Leading line break.
|
|
\ Leading
|
|
|
|
// Trailing before paragraph break.
|
|
Trailing 1 \
|
|
|
|
Trailing 2
|
|
|
|
// Trailing before end of document.
|
|
Trailing 3 \
|