mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
38a23550bb
This ensures that blocks such as lists are parsed correctly after a `set text`. Closes #11583.
126 B
126 B
% pandoc -t typst
::: {lang=en}
1. item
2. item
3. item
:::
^D
#block[
#set text(lang: "en");
+ item
+ item
+ item
]