Open-md-checker is an open-source, extensible markdown linting tool available as a global npm module (v1.2.3). It checks markdown files for formatting issues using configurable rules from the remark-lint ecosystem. Key differentiators include support for custom rule files, integration with .gitignore, configuration via package.json or environment variables, and optional Docker usage. It offers a flexible Config interface with patterns and options for ignoring files. The tool is stable but has limited recent updates compared to alternatives like markdownlint.
npm install open-md-checkerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows global install and usage, including environment variable for custom config.
Use the correct structure: { 'open-md-checker': { patterns: ['**/*.md'], options: {} } }Use absolute paths or ensure the file exports an array of remark-lint rules.
Consider migrating to markdownlint-cli2 for more features and active maintenance.
Export the correct path: export MD_LINT_CONFIG_PATH=./valid-config.json
Install the required lint rule: npm install remark-lint-final-newline