diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-08-24 00:39:43 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-08-24 00:41:15 +0200 |
| commit | 148a06c070e6376e6f86b878d08dfd4f0aef8a73 (patch) | |
| tree | 7330ecae5fa3dbb79c3bb3ce6a099205ec92d2c9 /tests/typ | |
| parent | d546453880721d7a12ea228e5c1ed6c65b653ca2 (diff) | |
Switch from state to decorations for underline/strikethrough/overline
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/text/decorations.typ | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/typ/text/decorations.typ b/tests/typ/text/decorations.typ index bbda3de6..3f953b07 100644 --- a/tests/typ/text/decorations.typ +++ b/tests/typ/text/decorations.typ @@ -18,9 +18,6 @@ // Both over- and underline. #overline(underline[Running amongst the wolves.]) -// Disable underline by setting it back to 0pt. -#underline[Still important, but not #underline(0pt)[mission ]critical.] - --- #let redact = strike with (10pt, extent: 5%) #let highlight = strike with ( |
