Files
pandoc/test/command/11583.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

125 B

% pandoc -t typst
::: {lang=en}
1. item
2. item
3. item
:::
^D
#block[
#set text(lang: "en");
+ item
+ item
+ item
]