diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-19 13:11:00 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-19 13:11:00 +0200 |
| commit | 08554380f8813d4105c13abacb08fff8e5a0f318 (patch) | |
| tree | a03df3fecd9d5ec774a087f8f2a9540b88d9f815 /tests/typ | |
| parent | 5a7c901f2195a746e0982723b959c07431844077 (diff) | |
Fix generated strong and emphasized text
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/structure/heading.typ | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/typ/structure/heading.typ b/tests/typ/structure/heading.typ index 496181bd..d37d8796 100644 --- a/tests/typ/structure/heading.typ +++ b/tests/typ/structure/heading.typ @@ -46,6 +46,8 @@ multiline. = Heading #set heading(family: "Roboto", fill: eastern) +#show it: heading as it.body +#show it: strong as it.body + [!] ===== Heading 🌍 #heading(level: 5)[Heading] |
