View source: R/build_markdown.R
build_markdown | R Documentation |
In the spirit of {hugodown}
, This function will build plain markdown files
as a minimal R package in the site/
folder of your {sandpaper}
lesson
repository tagged with the hash of your file to ensure that only files that
have changed are rebuilt.
build_markdown(path = ".", rebuild = FALSE, quiet = FALSE, slug = NULL)
path |
the path to your repository (defaults to your current working directory) |
rebuild |
if |
TRUE
if it was successful, a character vector of issues if it was
unsuccessful.
build_episode_md()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.