diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-04 11:30:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 11:30:57 +0100 |
| commit | 62cf2a19d7207118f115c05c8f7c453d6db77a0a (patch) | |
| tree | 25063867a0fffff3267679a376639472208391f0 /tests/typ | |
| parent | bd0d0e10d8ce2246aa1a6fd9a801707cc63dc9a6 (diff) | |
| parent | 144c2957e17be9704d5dcc7f3290ffedfdaad40a (diff) | |
Merge pull request #60 from typst/underline-excl
Add evasion of glyph shape for under- and overlines
Diffstat (limited to 'tests/typ')
| -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.]) |
