mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
16d66edb2a
This ensures that `lang` attributes will be set for both Divs and Spans. Closes #11673.
7 lines
89 B
Markdown
7 lines
89 B
Markdown
```
|
|
% pandoc -t typst
|
|
[Bonjour]{lang=fr} world.
|
|
^D
|
|
#text(lang: "fr")[Bonjour] world.
|
|
```
|