packages feed

typst-0.1.0.0: test/typ/meta/figure-01.typ

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