Skip to content
Discussion options

You must be logged in to vote

I think you've found all the right places, except that some of those are automatically generated (src/resources/editor/tools/*)

  • Syntax Highlighting: To get syntax highlighting for code cells in Quarto is indeed provided by Pandoc. You can either issue a PR against Pandoc to add a new default behavior, or your documents can include a theme, as we describe here: https://quarto.org/docs/output-formats/html-code.html#highlighting.
  • Comment Syntax: In order to get support for yaml configuration in code cells and comments, you will need to make a PR against Quarto, making the changes in the spots you've found. If you want to draft a PR and tag me, I'll be happy to review it for you.

Replies: 2 comments

This comment has been hidden.

Comment options

You must be logged in to vote
0 replies
Answer selected by benlubas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #12166 on February 27, 2025 14:05.