raw_block | R Documentation |
Return a raw chunk of text that can be included in the pandoc parse tree
raw_block(content, language = "markdown")
content |
a character vector containing the content to include in the final document. |
language |
language of the content |
A raw block is included as is into the final markdown document. This can be used for example to include raw chunks of markdown.
Returns a list
with the correct structure for a RawBlock
in
the pandoc parse tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.