
#table(
    rows: 2,
    columns: 2,
    column-gutter: 0.25em,
    align: (center, center),
    stroke: none,
    table.hline(y: 0, stroke: 1pt),
    [A#super[1]],
    [B#super[2]],
    [C#super[3]],
    [D#super[1]],
    table.hline(y: 2, stroke: 1pt),
    table.cell(align: left, colspan: 2)[#text(size: 0.8em)[
        #super[1]Note 1\
        #super[2]Note 2\
        #super[3]Note 3
    ]],
)
