Nothing
.onLoad <- function(libname, pkgname) {
op <- options()
op.juicedown <- list(
juicedown.template = pkg_file("xml", "template.html"),
juicedown.article.css = pkg_file("css", "article.scss"),
juicedown.div.css = pkg_file("css", "div.scss")
)
toset <- !(names(op.juicedown) %in% names(op))
if (any(toset)) options(op.juicedown[toset])
invisible()
}
.onAttach <- function(libname, pkgname) {
# packageStartupMessage("Welcome to juicedown")
}
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.