|
I use prettier and markdownlint, which is a fiddly combo as markdownlint does linting and formatting. This repo's docs state that it does linting only, and so works well alongside prettier. Can I replace markdownlint with this library? I'm unsure as the docs imply it is used for linting code inside code fences - does it lint the entire md file too? Does it have feature parity with markdownlint? |
Answered by
DMartens
Jul 2, 2026
Replies: 1 comment 3 replies
|
This plugin can be used in two ways. |
3 replies
Answer selected by
lonix1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This plugin can be used in two ways.
You can use it as a
processorso it lints the code inside code fences.Or you can use it as a
languageto lint the markdown itself.The plugin currently does not have the all the linting rules of markdownlint but an ESLint team member maintains a separate plugin which adds additional rules found in markdownlint.