mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
12 lines
257 B
Typst
12 lines
257 B
Typst
// Flow layout should terminate!
|
|
// https://github.com/typst/typst/issues/3641
|
|
//
|
|
// This is not yet ideal: The heading should not move to the second page, but
|
|
// that's a separate bug and not a regression.
|
|
|
|
---
|
|
#set page(height: 40pt)
|
|
|
|
= Heading
|
|
#lorem(6)
|