md_strike | R Documentation |
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.
md_strike(x)
x |
A character vector of text to be striked through. |
GFM enables the strikethrough extension, where an additional emphasis type is
available. Strikethrough text is any text wrapped in two tildes (~
).
A glue
vector of length equal to x
.
Other inline functions:
md_autolink()
,
md_bold()
,
md_code()
,
md_convert()
,
md_disallow()
,
md_escape()
,
md_hardline()
,
md_image()
,
md_issue()
,
md_italic()
,
md_link()
,
md_softline()
,
md_text()
Other markdown extensions:
md_issue()
,
md_table()
md_strike("Example")
md_strike(state.name[1:3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.