Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
parse_shortcodes_cpp <- function(str) {
.Call(`_parsermd_parse_shortcodes_cpp`, str)
}
parse_inline_code_cpp <- function(str) {
.Call(`_parsermd_parse_inline_code_cpp`, str)
}
parse_spans_cpp <- function(str) {
.Call(`_parsermd_parse_spans_cpp`, str)
}
parse_rmd_cpp <- function(str) {
.Call(`_parsermd_parse_rmd_cpp`, str)
}
parse_R_value_cpp <- function(str) {
.Call(`_parsermd_parse_R_value_cpp`, str)
}
check_yaml_parser <- function(str) {
.Call(`_parsermd_check_yaml_parser`, str)
}
check_chunk_parser <- function(str) {
.Call(`_parsermd_check_chunk_parser`, str)
}
check_multi_chunk_parser <- function(str) {
.Call(`_parsermd_check_multi_chunk_parser`, str)
}
check_markdown_parser <- function(str) {
.Call(`_parsermd_check_markdown_parser`, str)
}
check_markdown_heading_parser <- function(str) {
.Call(`_parsermd_check_markdown_heading_parser`, str)
}
check_chunk_option_parser <- function(str) {
.Call(`_parsermd_check_chunk_option_parser`, str)
}
check_yaml_option_parser <- function(str) {
.Call(`_parsermd_check_yaml_option_parser`, str)
}
check_fdiv_open_parser <- function(str) {
.Call(`_parsermd_check_fdiv_open_parser`, str)
}
check_fdiv_close_parser <- function(str) {
.Call(`_parsermd_check_fdiv_close_parser`, str)
}
check_cbrace_expr_parser <- function(str) {
.Call(`_parsermd_check_cbrace_expr_parser`, str)
}
check_code_block_parser <- function(str) {
.Call(`_parsermd_check_code_block_parser`, str)
}
check_code_block_literal_parser <- function(str) {
.Call(`_parsermd_check_code_block_literal_parser`, str)
}
check_inline_code_parser <- function(str) {
.Call(`_parsermd_check_inline_code_parser`, str)
}
check_shortcode_parser <- function(str) {
.Call(`_parsermd_check_shortcode_parser`, str)
}
check_span_parser <- function(str) {
.Call(`_parsermd_check_span_parser`, str)
}
check_qstring_parser <- function(str, raw = FALSE) {
.Call(`_parsermd_check_qstring_parser`, str, raw)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.