markdown_github: github_markdown for rmarkdown

View source: R/rmarkdown_options.R

markdown_githubR Documentation

github_markdown for rmarkdown

Description

Custom template with github-flavoured markdown based on the standard rmarkdown::html_document(). Adds +pipe_tables, +raw_html, +tex_math_single_backslash, +fenced_code_blocks, +auto_identifiers, +ascii_identifiers, +backtick_code_blocks, +autolink_bare_uris, +intraword_underscores, +strikeout, +hard_line_breaks over markdown_strict. A number of pandoc features are disabled (see markdown_custom_options()), but +yaml_metadata_block is re-enabled, so that it is possible to specify this output function using YAML.

Usage

markdown_github(fragment.only = FALSE, break_on_error = FALSE, ...)

Arguments

fragment.only

whether to get only a html fragment

break_on_error

should an error in the R code execution interrupt the rendering or should rendering continue, defaults to FALSE

...

all other arguments passed to rmarkdown::html_document()


rubenarslan/formr documentation built on Feb. 6, 2024, 1:18 a.m.