Return a raw chunk of text that can be included in the pandoc parse tree

raw_block(content, language = "markdown")

Arguments

content

a character vector containing the content to include in the final document.

language

language of the content

Value

Returns a list with the correct structure for a RawBlock in the pandoc parse tree.

Details

A raw block is included as is into the final markdown document. This can be used for example to include raw chunks of markdown.