Is it possible to style table cells on the diagonal?

Instead of show-set it should be possible to use a full show rule (even if they are less flexible and harder to override or make composable rule sets with - the reason that they are less often seen.)

#show table.cell: it => {
  if it.x == it.y { strong(it) } else { it }
}
2 Likes