pandoc_list_highlight_style | R Documentation |
Pandoc includes a highlighter which offer a styling mechanism to specify the
coloring style to be used in highlighted source code. This function returns
the supported values which can be specify at pandoc
command line using the
--highlight-style=
flag.
pandoc_list_highlight_style(version = "default")
version |
Version to use. Default will be the
|
a character vector of supported highlighting style name to use.
pandoc_list_highlight_style()
# check style available in a specific Pandoc's version
pandoc_list_highlight_style("2.11.4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.