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/text/align.typ | |
| parent | 1ee1d078e2480ddd08d40915bc7a74a8352acff0 (diff) | |
Change indent from 4 to 2 spaces
Diffstat (limited to 'tests/typ/text/align.typ')
| -rw-r--r-- | tests/typ/text/align.typ | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/text/align.typ b/tests/typ/text/align.typ index 2ffe1b4c..9df5cd5e 100644 --- a/tests/typ/text/align.typ +++ b/tests/typ/text/align.typ @@ -3,16 +3,16 @@ --- // Test that alignment depends on the paragraph's full width. #box[ - Hello World \ - #align(right)[World] + Hello World \ + #align(right)[World] ] --- // Test that a line with multiple alignments respects the paragraph's full // width. #box[ - Hello #align(center)[World] \ - Hello from the World + Hello #align(center)[World] \ + Hello from the World ] --- |
