How to create a show rule for table cells other than the first row?

Hi. Just do the inverse until a more flexible approach is added:

#show table.cell: set text(weight: "bold")
#show table.cell.where(y: 0): set text(weight: "regular")
#table[a][b][c]

image

The show-set rule order is important in this case.

3 Likes