R/RcppExports.R

Defines functions check_qstring_parser check_span_parser check_shortcode_parser check_inline_code_parser check_code_block_literal_parser check_code_block_parser check_cbrace_expr_parser check_fdiv_close_parser check_fdiv_open_parser check_yaml_option_parser check_chunk_option_parser check_markdown_heading_parser check_markdown_parser check_multi_chunk_parser check_chunk_parser check_yaml_parser parse_R_value_cpp parse_rmd_cpp parse_spans_cpp parse_inline_code_cpp parse_shortcodes_cpp

# 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)
}

Try the parsermd package in your browser

Any scripts or data that you put into this service are public.

parsermd documentation built on Aug. 21, 2025, 5:27 p.m.