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/style/set.typ | |
| parent | 12a59963b08b68cc39dcded4d3d3e6a6631c2732 (diff) | |
New block spacing model
Diffstat (limited to 'tests/typ/style/set.typ')
| -rw-r--r-- | tests/typ/style/set.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/style/set.typ b/tests/typ/style/set.typ index 2864b81b..fc5053b1 100644 --- a/tests/typ/style/set.typ +++ b/tests/typ/style/set.typ @@ -19,9 +19,9 @@ Hello *{x}* - No more fruit --- -// Test that that par spacing and text style are respected from +// Test that that block spacing and text style are respected from // the outside, but the more specific fill is respected. -#set par(spacing: 4pt) +#set block(spacing: 4pt) #set text(style: "italic", fill: eastern) #let x = [And the forest #parbreak() lay silent!] #text(fill: forest, x) |
