typst/tests/typ/bugs/table-lines.typ
2023-06-12 17:48:30 +02:00

11 lines
159 B
Typst

// Ensure no empty lines before a table that doesn't fit into the first page.
---
#set page(height: 50pt)
Hello
#table(
columns: 4,
[1], [2], [3], [4]
)