Description Usage Arguments Examples
View source: R/content_converters.R
Makes generic pandoc file converter functions
1 | make_generic_pandoc_converter(block_header = pandoc_extension_identifiers())
|
block_header |
(named |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.