| md_italic | R Documentation |
Take a character vector and wrap each element in single underscores to create
a glue vector of italic emphasis text. This inline is rendered as the <em>
HTML tag.
md_italic(x)
x |
The text to be emphasized in italics. |
A single * or _ can open or close emphasis... Emphasis begins with a
delimiter that can open emphasis and ends with a delimiter that can close
emphasis, and that uses the same character (_ or *) as the opening
delimiter.
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_link(),
md_softline(),
md_strike(),
md_text()
md_italic("Example")
md_italic(state.name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.