path <- tempfile() download.file( "https://raw.githubusercontent.com/seabbs/presentations/master/README.md", destfile = path ) res <- knitr::knit_child(path, quiet = TRUE) cat(res, sep = '\n')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.