
#table(
    rows: 5,
    columns: 2,
    column-gutter: 0.25em,
    align: (center, center),
    stroke: none,
    table.hline(y: 0, stroke: 1pt),
    table.cell(colspan: 2)[#"A" #linebreak() #"B"],
    table.cell(colspan: 2)[#super[#"Sup"]],
    table.cell(colspan: 2)[#sub[#"Sub"]],
    table.cell(colspan: 2)[#"A"#"B"],
    table.cell(colspan: 2)[#"Label"#super[#"1"]],
    table.hline(y: 5, stroke: 1pt),
    table.cell(align: left, colspan: 2)[#text(size: 0.8em)[
        #super[#"1"]#"Annotation"
    ]],
)
