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/text/indent.typ | |
| parent | 12a59963b08b68cc39dcded4d3d3e6a6631c2732 (diff) | |
New block spacing model
Diffstat (limited to 'tests/typ/text/indent.typ')
| -rw-r--r-- | tests/typ/text/indent.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/indent.typ b/tests/typ/text/indent.typ index 97044153..b2f3d87b 100644 --- a/tests/typ/text/indent.typ +++ b/tests/typ/text/indent.typ @@ -2,7 +2,7 @@ --- #set par(indent: 12pt, leading: 5pt) -#set heading(above: 8pt) +#set block(spacing: 5pt) #show heading: text.with(size: 10pt) The first paragraph has no indent. @@ -31,7 +31,7 @@ starts a paragraph without indent. --- // This is madness. -#set par(indent: 12pt, spacing-and-indent: true) +#set par(indent: 12pt) Why would anybody ever ... ... want spacing and indent? |
