markdownlint-rs 0.3.21

A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files
Documentation
1
2
3
4
5
6
7
8
# mdlint configuration for the mdlint repository itself.

# Files containing intentionally non-canonical Markdown (test inputs, syntax
# documentation) are excluded from both check and format.
exclude = [
  "FORMAT_SPEC.md",
  "tests/fixtures",
]