summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/grid-4.typ
blob: 691bf877a147ed7d7150bdd687b58de474449170 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Ensure gutter rows at the top or bottom of a region are skipped.

---
#set page(height: 10em)

#table(
  row-gutter: 1.5em,
  inset: 0pt,
  rows: (1fr, auto),
  [a],
  [],
  [],
  [f],
  [e\ e],
  [],
  [a]
)