typst/tests/typ/bugs/table-lines.typ

11 lines
159 B
Plaintext

// 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]
)