
#table(
    rows: 1,
    columns: 2,
    column-gutter: 0.25em,
    align: (center, center),
    stroke: none,
    table.hline(y: 0, stroke: 1pt),
    [#"Cell 1"#super[#"1"]],
    [#"Cell 2"],
    table.hline(y: 1, stroke: 1pt),
    table.cell(align: left, colspan: 2)[#text(size: 0.8em)[
        #super[#"1"]#"Note 1"\
        #"First footnote."\
        #"Second footnote."
    ]],
)
