We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I'm trying to visualize some quarto files, which are basically markdown with some R or python chunks to execute data analysis.
The problem is if I display the same text in a .md and a .qmd the results are entirely different.
.md
.qmd
Why is there a difference, and how can we fix it?
Thanks.
The text was updated successfully, but these errors were encountered:
Is the markdown mode being used in the qmd file? 🤔
Sorry, something went wrong.
Yes, it uses poly-quarto-mode (https://github.com/quarto-dev/quarto-emacs).
poly-quarto-mode
I have recorded exactly what I am seeing on my laptop.
Hmmm... would adding poly-quarto-mode here work? 🤔
tree-sitter-langs/tree-sitter-langs.el
Line 154 in ccb5529
I have this in my config.el (doom-emacs)
(after! tree-sitter (add-to-list 'tree-sitter-major-mode-language-alist '(poly-quarto-mode . markdown)))
I don't know if I need to change something else...???
No branches or pull requests
Hi!
I'm trying to visualize some quarto files, which are basically markdown with some R or python chunks to execute data analysis.
The problem is if I display the same text in a
.md
and a.qmd
the results are entirely different..md
.qmd
Why is there a difference, and how can we fix it?
Thanks.
The text was updated successfully, but these errors were encountered: