diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-21 17:12:16 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-21 17:12:16 +0100 |
| commit | dd9c323941260a1d08d5113dbefa023713f553da (patch) | |
| tree | 48c813c01a83f5c6ca67ebbabd041c0298eb0da2 /tests/typ/structure | |
| parent | c28d2130ddda3ae9b25cc16c3015087990ccb6e9 (diff) | |
Show with set
Diffstat (limited to 'tests/typ/structure')
| -rw-r--r-- | tests/typ/structure/attach.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/structure/attach.typ b/tests/typ/structure/attach.typ index c13de236..9d043eb0 100644 --- a/tests/typ/structure/attach.typ +++ b/tests/typ/structure/attach.typ @@ -10,7 +10,7 @@ Next paragraph. --- // Test that attached list isn't affected by block spacing. -#show list: it => { set block(above: 100pt); it } +#show list: set block(above: 100pt) Hello - A World |
