title | sidebar_label | description |
---|---|---|
markdownlint |
markdownlint |
CodeRabbit's guide to markdownlint. |
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
<ProPlanNotice />
markdownlint-cli2
is a linter for Markdown.
Markdownlint will run on files with the following extensions:
.md
.markdown
markdownlint-cli2
supports the following config files:
.markdownlint.jsonc
.markdownlint.json
.markdownlint.yaml
.markdownlint.yml
CodeRabbit will use the default settings based on the profile selected if no config file is found.