Nothing
For R Markdown files, to ease editing of chunk label and options, to_xml
munges the chunk info into different attributes.
E.g. below you see that code_blocks
can have a language
, name
, echo
attributes.
path <- system.file("extdata", "example2.Rmd", package = "tinkr") rmd <- tinkr::yarn$new(path) rmd$body
Note that all of the features in tinkr work for both Markdown and R Markdown.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.