Return a code block object that can be included in the pandoc parse tree
markdown_block(content, language, id = "", ...)Returns a list with the correct structure for a code block in
the pandoc parse tree.
a character vector containing the code
language of the code in the code block
optional id of the code block
additional arguments should be named. These are added to the markdown block as additional arguments.