diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-05 00:15:05 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-05 00:15:51 +0200 |
| commit | e13c72b301ff60e942076a5eb5ff764ed1835fd4 (patch) | |
| tree | 6f783087787adfa4907d353c68ed93fe2b1c777a /tests/typ | |
| parent | 715f9fb0a5b5242c405e2c9277596fad7509e0db (diff) | |
Fix first line indent with styled text
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/layout/par-indent.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/layout/par-indent.typ b/tests/typ/layout/par-indent.typ index 4890e5dc..78789181 100644 --- a/tests/typ/layout/par-indent.typ +++ b/tests/typ/layout/par-indent.typ @@ -10,7 +10,7 @@ The first paragraph has no indent. But the second one does. #box(image("/tiger.jpg", height: 6pt)) -starts a paragraph without indent. +starts a paragraph, also with indent. #align(center, image("/rhino.png", width: 1cm)) @@ -28,7 +28,6 @@ starts a paragraph without indent. ثم يصبح النص رطبًا وقابل للطرق ويبدو المستند رائعًا. - --- // This is madness. #set par(first-line-indent: 12pt) |
