Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 750 Bytes

markdownlint.md

File metadata and controls

33 lines (22 loc) · 750 Bytes
title sidebar_label description
Markdownlint
Markdownlint
CodeRabbit's guide to Markdownlint.

Markdownlint is a linter for Markdown.

:::note Tools are available under Pro-tier. :::

Files

Markdownlint will run on files with the following extensions:

  • .md
  • .markdown

Configuration

Markdownlint 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.

Links