Typst Forum
Can I define show rules that apply to table headers (or first row) only?
Questions
styling
,
tables
,
scripting
ssotoen
March 10, 2025, 4:35pm
5
You can nest show rules:
#show table.cell.where(y: 0): it => { show regex("\<old\>"): [new] it }
2 Likes
show post in topic