mirror of
https://github.com/typst/typst
synced 2025-05-23 13:35:28 +08:00
17 lines
525 B
XML
17 lines
525 B
XML
// Test text decorations.
|
|
|
|
---
|
|
#strike[Statements dreamt up by the utterly deranged.]
|
|
|
|
Sometimes, we work #strike(extent: 5%, strength: 10pt)[in secret]. There might
|
|
be #strike(extent: 5%, strength: 10pt, color: rgb("abcdef88"))[redacted] things.
|
|
|
|
---
|
|
#underline(color: rgb("fc0030"))[Critical information is conveyed here.]
|
|
#underline[Still important, but not #underline(strength: 0pt)[mission ]critical.]
|
|
|
|
#font(color: rgb("fc0030"), underline[Change with the wind.])
|
|
|
|
---
|
|
#overline(underline[Running amongst the wolves.])
|