
#table(
    rows: 2,
    columns: 2,
    column-gutter: 0.25em,
    align: (left, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [],
        [*#"value1"*],
        table.hline(y: 1, stroke: 0.75pt),
    ),
    [*#"mean"*],
    [#"4.5"],
    table.hline(y: 2, stroke: 1pt),
)
