diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-24 19:15:49 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-24 19:15:49 +0100 |
| commit | ecd2bca606c0533ec6426b03fc216df256d43c3f (patch) | |
| tree | 9a347db382f94e4d7807af5776cb060fa5bf65ba /tests/typ/style | |
| parent | 49c0bac44dda8be643480df2c4e68623eeec91bd (diff) | |
List above & below
Diffstat (limited to 'tests/typ/style')
| -rw-r--r-- | tests/typ/style/construct.typ | 2 | ||||
| -rw-r--r-- | tests/typ/style/set-site.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/style/construct.typ b/tests/typ/style/construct.typ index 78a74881..8bc348a9 100644 --- a/tests/typ/style/construct.typ +++ b/tests/typ/style/construct.typ @@ -30,4 +30,4 @@ A #rect(fill: yellow, padding: 5pt, rect()) B --- // The inner list should not be indented extra. -[#set text(100%);#list(label-indent: 20pt, list[A])] +[#set text(100%);#list(indent: 20pt, list[A])] diff --git a/tests/typ/style/set-site.typ b/tests/typ/style/set-site.typ index 20d35f04..dc9c9e02 100644 --- a/tests/typ/style/set-site.typ +++ b/tests/typ/style/set-site.typ @@ -15,7 +15,7 @@ Hello *{x}* ] - Fruit -[#set list(label-indent: 10pt) +[#set list(indent: 10pt) #fruit] - No more fruit |
