pandoc_list_formats | R Documentation |
List available supported formats
pandoc_list_formats(type = c("input", "output"), version = "default")
type |
Either list |
version |
Version to use. Default will be the
|
a data.frame (or a tibble if available) with 2 column:
type
(input or output)
formats
(name of the formats that can be used as input or output)
# which input formats are available
pandoc_list_formats()
# which output formats are available
pandoc_list_formats()
# target a specific version
pandoc_list_formats("input", version = "system")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.