md_emphasize | R Documentation |
Emphasize xth element of character vector (Markdown)
md_emphasize(x, which = TRUE, emph = "**")
x |
Input as a character vector. |
which |
Indices of the elements to be emphasized. |
emph |
Character sequence used for emphasis. |
A character vector of the same length as x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.