typst-0.6.2: test/typ/meta/figure-01.typ
// Testing figures with tables.
#figure(
table(
columns: 2,
[Second cylinder],
image("/assets/files/cylinder.svg"),
),
caption: "A table containing images."
) <fig-image-in-table>
// Testing figures with tables.
#figure(
table(
columns: 2,
[Second cylinder],
image("/assets/files/cylinder.svg"),
),
caption: "A table containing images."
) <fig-image-in-table>