Files
pandoc/test/command/11794.md
T
John MacFarlane 6accb0b9f7 Typst writer: omit blank line at end of block.
This is just a cosmetic change; it is not semantically
significant.

Closes #11844.
2026-09-04 09:37:08 -07:00

168 B

% pandoc -t typst
::: {#ident typst-label=foo}
Hello
:::
^D
#block[
Hello
] <foo>

% pandoc -t typst
## Heading {typst-label=foo}
^D
== Heading
<foo>