summaryrefslogtreecommitdiff
path: root/tests/typ/elements/table.typ
blob: 0372951cb9c93d3602181be1043f70eda1199eed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#set page(height: 70pt)
#set table(primary: rgb("aaa"), secondary: none)

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

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