Take a character vector and wrap each element in tildes to create a glue
vector of strikethrough text. This inline is rendered as the <strike> HTML
tag.
Usage
md_strike(x)
Value
A glue vector of length equal to x.
Arguments
x
A character vector of text to be striked through.
Details
GFM enables the strikethrough extension, where an additional emphasis type is
available. Strikethrough text is any text wrapped in two tildes (~).