You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MD013 (line-length) rule is disabled by default to avoid failures in repositories with long lines. All other default markdownlint rules apply.
Customising rules
To override or extend the default rules, add a .markdownlint.json file at the root of your repository. markdownlint-cli picks this up automatically. Note that MD013 remains disabled by the workflow's --disable MD013 flag regardless of your config file.
Example .markdownlint.json to also disable the MD033 (inline HTML) rule: