knit_to_folder <- function(input) {
rmarkdown::render(
input,
output_file = paste0(Outname, Ext()),
output_dir = pathTLFs,
envir = globalenv()
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.