
#table(
    rows: 5,
    columns: 3,
    column-gutter: 0.25em,
    align: (left, center, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [],
        table.cell(colspan: 2)[*#"Value B"*],
        table.hline(y: 1, start: 1, end: 3, stroke: 0.75pt),
        [],
        [#"a"],
        [#"b"],
        [*#"Group C"*],
        table.cell(colspan: 2)[*#"Value A"*],
        table.hline(y: 3, stroke: 0.75pt),
    ),
    [#"x"],
    [#"1"],
    [#"2"],
    [#"y"],
    [#"3"],
    [#"4"],
    table.hline(y: 5, stroke: 1pt),
)
