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", ]