mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-14 11:35:48 +00:00
This is just a cosmetic change; it is not semantically significant. Closes #11844.
168 B
168 B
% pandoc -t typst
::: {#ident typst-label=foo}
Hello
:::
^D
#block[
Hello
] <foo>
% pandoc -t typst
## Heading {typst-label=foo}
^D
== Heading
<foo>