typst/tests/typ/text/decorations.typ
2021-06-10 23:15:51 +02:00

20 lines
513 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: #abcdef88)[redacted]
things.
---
#underline(color: #fc0030)[Critical information is conveyed here.]
#underline[
Still important, but not #underline(strength: 0pt)[mission ]critical.
]
#font(color: #fc0030, underline[Change with the wind.])
---
#overline(underline[Running amongst the wolves.])