mirror of
https://github.com/typst/typst
synced 2025-05-17 18:45:28 +08:00
12 lines
133 B
XML
12 lines
133 B
XML
|
|
---
|
|
// Test that trailing linebreak doesn't overflow the region.
|
|
#page(height: 2cm)
|
|
#grid[
|
|
Hello \
|
|
Hello \
|
|
Hello \
|
|
|
|
World
|
|
]
|