Replies: 1 comment 4 replies
-
VSCode Quarto extension repository is https://github.com/quarto-dev/quarto. Search if there is no existing issue about this and if not you can open a feature request.
Note that if you change the language of the file from "quarto" to "markdown", you get the linters. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
It seems that there is no linting for
.qmd
files (in VSCode).Neither for the specific quarto includes nor for pandoc markdown.
It would be nice to have some linting.
Here are common examples:
Error:
Both errors in the following {{< _basics.md >>}} just goes unnoticed. (apart from a syntax highlighting change)
Style / wrong rendering:
Note, there is https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint which is based on https://github.com/DavidAnson/markdownlint to lint markdown / commonmark files. This could at least cover partly the markdown aspect.
Is something like this planned? Or even better already existing and I just didn't stumbled across while searching.
Beta Was this translation helpful? Give feedback.
All reactions