#' #' @export
#' process_dir <- function(path,
#' extension = "rock",
#' regex,
#' codeRegex = "\\[\\[([a-zA-Z0-9._-]+)\\]\\]",
#' cidRegex = "\\[\\[cid=([a-zA-Z0-9._-]+)\\]\\]",
#' paragraphBreakRegEx = "---paragraph-break---",
#' flexIdRegexes = "\\[\\[([a-zA-Z])id=([a-zA-Z0-9._-]+)\\]\\]",
#' counterRegexes = "---<>---",
#' delimiterRegEx = "^---$",
#' encoding="UTF-8",
#' silent=FALSE) {
#'
#' #parse_sources
#'
#' return(structure(res,
#' class="rock_parsedSources"));
#'
#' }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.