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.
125 B
125 B
% pandoc -t typst
::: {lang=en}
1. item
2. item
3. item
:::
^D
#block[
#set text(lang: "en");
+ item
+ item
+ item
]