diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-01 09:59:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 07:59:43 +0000 |
| commit | 4ef1096ad99059fd86526ed819bf8a7abd3aef2b (patch) | |
| tree | 19ca441f6c863169a9d85005c33702174a89761f /tests/suite | |
| parent | 75f646c9756634fe6bc7f94349f6496ed0fc5484 (diff) | |
Hint for `show par: set block(spacing: ..)` (#5076)
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/model/par.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/model/par.typ b/tests/suite/model/par.typ index b2e400fc..0c2b5cb5 100644 --- a/tests/suite/model/par.typ +++ b/tests/suite/model/par.typ @@ -106,3 +106,9 @@ Lorem ipsum dolor #metadata(none) nonumy eirmod tempor. #h(0pt) #box[] <a> #context test(query(<a>).len(), 1) + +--- show-par-set-block-hint --- +// Warning: 2-36 `show par: set block(spacing: ..)` has no effect anymore +// Hint: 2-36 this is specific to paragraphs as they are not considered blocks anymore +// Hint: 2-36 write `set par(spacing: ..)` instead +#show par: set block(spacing: 12pt) |
