fmt_italic | R Documentation |
Format a String with Italics for HTML or Latex Output
fmt_italic(string, indicator = "*", html = TRUE)
string |
The character vector to add italics to. |
indicator |
The indicator for which words should be italicized |
html |
Logical for whether the output should be HTML. If |
A character vector
fmt_italic("Make *this* italic.", html = TRUE)
fmt_italic("Make *this* italic.", html = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.