
#table(
    rows: 3,
    columns: 4,
    column-gutter: 0.25em,
    align: (center, center, center, center),
    stroke: none,
    table.hline(y: 0, stroke: 1pt),
    [Row 1],
    table.cell(rowspan: 3)[top],
    table.cell(rowspan: 3, align: horizon)[center],
    table.cell(rowspan: 3, align: bottom)[bottom],
    [Row 2],
    [Row 3],
    table.hline(y: 3, stroke: 1pt),
)
