rmarkdown (version 0.1.2)

pandoc_options: Pandoc options for an output format

Description

Define the pandoc options for an R Markdown output format.

Usage

pandoc_options(to, from = rmarkdown_format(), args = NULL)

Arguments

to

Pandoc format to convert to

from

Pandoc format to convert from

args

Character vector of command line arguments to pass to pandoc

Value

An list that can be passed as the pandoc argument of the output_format function.

Details

The from argument should be used very cautiously as it's important for users to be able to rely on a stable definition of supported markdown extensions.

See Also

output_format, rmarkdown_format