Nothing
# This function works with Pandoc commonmarkx
fix_pandoc_from_options <- function(from, sourcepos) {
from <- sub("^markdown", "commonmark_x", from)
from <- sub("[+]tex_math_single_backslash", "", from)
from <- paste0(from,
"+yaml_metadata_block",
if (sourcepos) "+sourcepos")
from
}
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.