diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-30 18:37:04 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-30 18:49:20 +0200 |
| commit | e35fca54a0c5b3cd5251a58837e9c1ef2b6c3c6d (patch) | |
| tree | 21afd717101000209cd35d07df8034864f29c41f /tests/typ/insert/square.typ | |
| parent | 1ee1d078e2480ddd08d40915bc7a74a8352acff0 (diff) | |
Change indent from 4 to 2 spaces
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? ] --- |
