mirror of
https://github.com/typst/typst
synced 2025-05-16 18:15:29 +08:00
8 lines
167 B
Typst
8 lines
167 B
Typst
// Test placing on an already full page.
|
|
// It shouldn't result in a page break.
|
|
|
|
---
|
|
#set page(height: 40pt)
|
|
#block(height: 100%)
|
|
#place(bottom + right)[Hello world]
|