mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
10 lines
198 B
Typst
10 lines
198 B
Typst
#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],
|
|
)
|