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