From 4ef1096ad99059fd86526ed819bf8a7abd3aef2b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 1 Oct 2024 09:59:43 +0200 Subject: Hint for `show par: set block(spacing: ..)` (#5076) --- tests/suite/model/par.typ | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') 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[] #context test(query().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) -- cgit v1.2.3