#' Get a section_name in GitHub Flavored Markdown heading format
#' @export
to_heading <-
function(section_name) {
return(paste0("# ", section_name))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.