From 84a4961a5dd03072b0e94c715957475d4ae21e4f Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Sun, 1 May 2022 13:21:07 +0200 Subject: Outset; fix folding --- tests/typ/code/let.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code/let.typ') diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ index a95d651a..c3be64a5 100644 --- a/tests/typ/code/let.typ +++ b/tests/typ/code/let.typ @@ -11,7 +11,7 @@ // Syntax sugar for function definitions. #let fill = conifer -#let rect(body) = rect(width: 2cm, fill: fill, padding: 5pt, body) +#let rect(body) = rect(width: 2cm, fill: fill, inset: 5pt, body) #rect[Hi!] --- -- cgit v1.2.3