Highlighting/parsing mid-paragraph display math #8684
Answered
by
juliasilge
CoryMcCartan
asked this question in
Feedback
-
Beta Was this translation helpful? Give feedback.
Answered by
juliasilge
Jul 28, 2025
Replies: 1 comment 1 reply
-
Thank you so much for this report! This functionality actually comes from the VS Code Quarto extension (both the parsing as well as the whole visual editor). Would you be up for posting this on the repo for that extension? I think the problem with identifying the headings and chunks is related to quarto-dev/quarto#521 and also quarto-dev/quarto#302; notice that quarto-dev/quarto#302 (comment) recognizes that editing in visual mode introduces the parsing problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CoryMcCartan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much for this report! This functionality actually comes from the VS Code Quarto extension (both the parsing as well as the whole visual editor). Would you be up for posting this on the repo for that extension?
I think the problem with identifying the headings and chunks is related to quarto-dev/quarto#521 and also quarto-dev/quarto#302; notice that quarto-dev/quarto#302 (comment) recognizes that editing in visual mode introduces the parsing problem.