- Which rules are enabled by default?
- The default ruleset enables MD001 (heading increment), MD010 (no hard tabs), MD022 (blank lines around headings), MD031 (blank lines around code fences), and MD041 (first line is an H1). All are configurable.
- Can I fix lint errors automatically?
- Yes — rules with clear automatic fixes (trailing spaces, multiple blank lines, missing final newline) are auto-fixed. Subjective style rules require manual review.
- Is it compatible with markdownlint-cli2?
- Yes — export your configuration as .markdownlint.json and use it with markdownlint-cli2 in CI. The same rules produce the same results in both the tool and the CLI.