diff options
| author | Martin Haug <mhaug@live.de> | 2022-02-03 15:21:12 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-02-04 00:30:23 +0100 |
| commit | 9a9c6f22c49b4b28f0945aef4f1f620f74b9e605 (patch) | |
| tree | 784b6b3b40dfd93284ad52faa5e6818171b4ddfb /tests/typ/text | |
| parent | bd0d0e10d8ce2246aa1a6fd9a801707cc63dc9a6 (diff) | |
Add evasion of glyph shape for under- and overlines
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/decorations.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/text/decorations.typ b/tests/typ/text/decorations.typ index 14dfe821..e0693ca3 100644 --- a/tests/typ/text/decorations.typ +++ b/tests/typ/text/decorations.typ @@ -10,7 +10,7 @@ #underline(offset: 5pt)[Further below.] // Different color. -#underline(red)[Critical information is conveyed here.] +#underline(red, evade: false)[Critical information is conveyed here.] // Inherits font color. #text(fill: red, underline[Change with the wind.]) |
