Fix table docs guide example (#4996)

This commit is contained in:
omniwrench 2024-09-22 17:15:01 +05:00 committed by GitHub
parent f283995c3d
commit cb550d9c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,10 +242,10 @@ Let's start with an example of a horizontally striped table:
#set text(font: "IBM Plex Sans")
// Medium bold table header.
#show table.cell.where(x: 1): set text(weight: "medium")
#show table.cell.where(y: 0): set text(weight: "medium")
// Bold titles.
#show table.cell.where(y: 0): set text(weight: "bold")
#show table.cell.where(x: 1): set text(weight: "bold")
// See the strokes section for details on this!
#let frame(stroke) = (x, y) => (