
#table(
    rows: 7,
    columns: 2,
    column-gutter: 0.25em,
    align: (left, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [],
        [*#"Total"*],
        table.hline(y: 1, stroke: 0.75pt),
    ),
    [*#"Value A"*],
    [],
    [#h(12.0pt)#"Mean (SD)"],
    [#"2.5"#" ("#"1.29"#")"],
    [#h(12.0pt)#"Median [Min, Max]"],
    [#"2.5"#" ["#"1"#", "#"4"#"]"],
    [*#"Value B"*],
    [],
    [#h(12.0pt)#"a"],
    [#"2"#" ("#"50"#"%)"],
    [#h(12.0pt)#"b"],
    [#"2"#" ("#"50"#"%)"],
    table.hline(y: 7, stroke: 1pt),
)
