diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-09 18:16:59 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-09 18:20:02 +0100 |
| commit | 010cc2effc2fd0e1c4e52d5c914cb4d74506bc0a (patch) | |
| tree | e50060d271f076b00945e5569e7f8ffef2c28e9f /tests/typ/structure/heading.typ | |
| parent | 12a59963b08b68cc39dcded4d3d3e6a6631c2732 (diff) | |
New block spacing model
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 🌍 |
