stylesheet <- file.path(getwd(), "css/style.css")
options(rstudio.markdownToHTML =
function(inputFile, outputFile) {
require(markdown)
markdownToHTML(inputFile, outputFile, stylesheet=stylesheet)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.