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]

The show-set rule order is important in this case.
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]

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