path <- tempfile() download.file("https://raw.githubusercontent.com/seabbs/seabbs/main/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.