Files
freeCodeCamp/curriculum/challenges/.markdownlint.yaml
T
Mrugesh Mohapatra 39408b3c83 chore: land failing renovate updates (#67035)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 14:02:02 +05:30

15 lines
746 B
YAML

default: true # include all rules, with exceptions below
MD002: false # first heading should not be a top level heading
MD013: false # lines can be any length
MD022: false # headings don't need surrounding by newlines
MD024: false # no duplicate headers
MD025: false # headings are used as markers by the parser
MD031: true # fenced blocks do need surrounding by newlines
MD033: false # inline html is required
MD040: true # fenced code blocks should have a language specified
MD034: false # allow bare-URLs
MD036: false # TODO: **Example** is the main offender, should that be a heading?
MD058: false # allow blanks around tables
MD060: false # disable table column style
whitespace: false # extra whitespace is ignored, so we don't enforce it.