R/raw_block.R
raw_block.RdReturn a raw chunk of text that can be included in the pandoc parse tree
raw_block(content, language = "markdown")Returns a list with the correct structure for a RawBlock in
the pandoc parse tree.
A raw block is included as is into the final markdown document. This can be used for example to include raw chunks of markdown.