make_generic_pandoc_converter: Make pandoc conversion functions

Description Usage Arguments Examples

View source: R/content_converters.R

Description

Makes generic pandoc file converter functions

Usage

1

Arguments

block_header

(named character) The name of the programming language, as it would appear in a fenced code block identifier. The names are the file extension for files of that programming language.

Examples

1
2
3
4
5
## Not run: 
# The following would make the function `quiltr_convert_python_to_html` and `quiltr_convert_py_to_html`
make_generic_pandoc_converter(c(py = "python", python = "python"))

## End(Not run)

grunwaldlab/quiltr documentation built on May 17, 2019, 8:40 a.m.