diff options
Diffstat (limited to 'tests/typ/insert/square.typ')
| -rw-r--r-- | tests/typ/insert/square.typ | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/typ/insert/square.typ b/tests/typ/insert/square.typ index 7d65b529..dd20ca62 100644 --- a/tests/typ/insert/square.typ +++ b/tests/typ/insert/square.typ @@ -3,24 +3,24 @@ --- Auto-sized square. \ #square(fill: eastern)[ - #align!(center) - #pad!(5pt) - #font!(fill: white, weight: bold) - Typst + #align!(center) + #pad!(5pt) + #font!(fill: white, weight: bold) + Typst ] --- // Test height overflow. #page!(width: 75pt, height: 100pt) #square(fill: conifer)[ - But, soft! what light through yonder window breaks? + But, soft! what light through yonder window breaks? ] --- // Test width overflow. #page!(width: 100pt, height: 75pt) #square(fill: conifer)[ - But, soft! what light through yonder window breaks? + But, soft! what light through yonder window breaks? ] --- |
