diff options
Diffstat (limited to 'tests/typ/structure/heading.typ')
| -rw-r--r-- | tests/typ/structure/heading.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/structure/heading.typ b/tests/typ/structure/heading.typ index b552f6c3..9fd4e648 100644 --- a/tests/typ/structure/heading.typ +++ b/tests/typ/structure/heading.typ @@ -43,9 +43,9 @@ multiline. --- // Test styling. -#show heading.where(level: 5): it => { +#show heading.where(level: 5): it => block( text(family: "Roboto", fill: eastern, it.body + [!]) -} +) = Heading ===== Heading 🌍 |
