Description Usage Arguments Examples
Wraps content in a raw attribute block, which protects it from being escaped
by Pandoc. See https://pandoc.org/MANUAL.html#generic-raw-attribute.
Functions raw_latex()
and raw_html()
are shorthands of
raw_block(x, 'latex')
and raw_block(x, 'html')
, respectively.
1 2 3 4 5 |
x |
The character vector to be protected. |
type |
The type of raw blocks (i.e., the Pandoc output format). If you
are not sure about the Pandoc output format of your document, insert a code
chunk |
... |
Arguments to be passed to |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.