typst/tests/typ/bugs/flow-3.typ
2023-02-11 13:30:55 +01:00

13 lines
280 B
Typst

// In this bug, there was a bit of space below the heading because weak spacing
// directly before a layout-induced column or page break wasn't trimmed.
---
#set page(height: 60pt)
#rect(inset: 0pt, columns(2)[
Text
#v(12pt)
Hi
#v(10pt, weak: true)
At column break.
])