mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
660823e2ec
The rest of the time the autodetection should work fine.
602 B
602 B
% pandoc -t typst
{width=3in}
{width=3in height=2in}

And inline: {height=2in} and
.
^D
#figure(image("command/minimal.svg", width: 3in),
caption: [
minimal
]
)
#figure(image("command/minimal.svg", height: 2in, width: 3in),
caption: [
minimal
]
)
#figure(image("command/minimal.svg"),
caption: [
minimal
]
)
And inline: #box(image("command/minimal.svg", height: 2in)) and
#box(image("command/minimal.svg")).