summaryrefslogtreecommitdiff
path: root/tests/typ/structure/table.typ
blob: 57b71ede7e63c5aa8647f249da2bb6297c5fd58c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Test tables.

---
#set page(height: 70pt)
#set table(primary: rgb("aaa"), secondary: none)

#table(
  columns: (1fr,) * 3,
  stroke: 2pt + rgb("333"),
  [A], [B], [C], [], [], [D \ E \ F \ \ \ G], [H],
)

---
#table(columns: 3, stroke: none, fill: green, [A], [B], [C])

---
// Ref: false
#table()