Files
John MacFarlane 16d66edb2a Typst writer: fold lang into pickTypstAttributes.
This ensures that `lang` attributes will be set for both
Divs and Spans. Closes #11673.
2026-06-06 22:49:45 +02:00

89 B

% pandoc -t typst
[Bonjour]{lang=fr} world.
^D
#text(lang: "fr")[Bonjour] world.