Understand differences between markdownlint-cli and markdownlint-cli2
mainIf you are migrating from markdownlint-cli to markdownlint-cli2, be aware of the following behavioral differences:
- Glob Implementation: The glob implementation and pattern matching handling differ slightly.
- Configuration Scoping: In
markdownlint-cli2, configuration files are supported in every directory. Inmarkdownlint-cli, configuration is only supported at the root. - Unsupported Formats:
markdownlint-cli2does not support theINIconfig format,.markdownlintrc, or.markdownlintignorefiles.