typst/tests/typ/text/decorations.typ
2021-06-30 22:32:24 +02:00

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.])