raw_block {simplermarkdown}R Documentation

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

Description

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

Usage

raw_block(content, language = "markdown")

Arguments

content

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

language

language of the content

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.

Value

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


[Package simplermarkdown version 0.0.6 Index]