#table(
columns: (auto, auto),
["This"], ["is a test"]
) <mytable>
@mytable is an example.
Tables can be tagged.
However once I define it to easily call it in another table I can no longer tag it.
#let myfigure = table(
columns: (auto, auto),
["This"], ["is a test"]
) <myfigure>
@mytable is an example.
expected semicolon or line break