Nothing
library(litedown)
f = tempfile()
if (file.create(f)) {
# create full HTML
opts = options(litedown.html.template = TRUE)
mark(f)
options(opts)
# create fragment
mark(f)
unlink(f)
}
mark(character(0))
mark('')
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.