Skip to content
Discussion options

You must be logged in to vote

I'm almost sure that in earlier days of Quarto the above mentioned pandoc-args was also available in YAML.

I am not sure about that. In the help part pandoc-args is a placeholder for any pandoc argument taken at command line. in Rmarkdown rmarkdown::render() has a pandoc_args config, but that is different.

To note that in pandoc, all command CLI flag can also be passed using YAML. We map most of those.

I'm looking a way to disable the syntax highlighting completely. Pandoc offers --no-highlight.

The one you need is highlight-style, and you need to set it to none

highlight-style: none

Maybe we don't document this correctly 🤔 - I'll look

Another note: Future pandoc version will deprecate

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rgaiacs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants