mirror of
https://github.com/typst/typst
synced 2025-05-16 18:15:29 +08:00
14 lines
219 B
Typst
14 lines
219 B
Typst
// This bug caused an index-out-of-bounds panic when layouting paragraphs needed
|
|
// multiple reorderings.
|
|
|
|
---
|
|
#set page(height: 200pt)
|
|
#lorem(30)
|
|
|
|
#figure(placement: auto, block(height: 100%))
|
|
|
|
#lorem(10)
|
|
|
|
#lorem(10)
|
|
|