strike
ShowableShowable functions can be customized with show
rules.
Showable functions can be customized with
show
rules.Strike through text.
Example
This is #strike[not] relevant.

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
body
The content to strike through.
stroke
How to stroke the line. The text color and thickness are read from the
font tables if auto
.
Note: Please don't use this for real redaction as you can still copy paste the text.
This is #strike(stroke: 1.5pt + red)[very stricken through]. \
This is #strike(stroke: 10pt)[redacted].

offset
Position of the line relative to the baseline, read from the font tables
if auto
.
This is useful if you are unhappy with the offset your font provides.
#set text(family: "Inria Serif")
This is #strike(offset: auto)[low-ish]. \
This is #strike(offset: -3.5pt)[on-top].

extent
lengthSettableSettable parameters can be customized for all following uses of the function with a set
rule.
Settable parameters can be customized for all following uses of the function with a
set
rule.Amount that the line will be longer or shorter than its associated text.
This #strike(extent: -2pt)[skips] parts of the word.
This #strike(extent: 2pt)[extends] beyond the word.
