Skip to content
Discussion options

You must be logged in to vote

This repository is about Quarto CLI.

Please look for an already open issues in the Quarto VSCode extension repository: https://github.com/quarto-dev/quarto

As an alternative, I'd be satisfied if there was some way to stop Quarto from reformatting my document when I switch between source and visual editors.

That's not possible as several markdown syntaxes can lead to the same visual display.
Conversion is done by Pandoc, thus follows Markdown standard as defined/used by Pandoc.
Internally, the only thing that the Visual Editor is aware of is the Pandoc representation of the content, namely AST. The AST is used to go from one mode to the other.

Replies: 1 comment

Comment options

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