Grunt plugin for markdownlint, a rule-based Markdown linter. Version 3.1.6 wraps markdownlint 0.26+. Integrates linting into Grunt build pipelines, supporting config files (JSON) or inline rules. Alternatives: direct markdownlint CLI or other Grunt linters. Active maintenance, monthly releases.
npm install grunt-markdownlintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers markdownlint task with inline config, runs on all markdown files excluding node_modules.
Upgrade Node.js to v13 or later.
Use grunt.file.readJSON('path/to/config.json').Replace 'rules' with 'config' in task options.
Verify glob patterns with grunt.file.expand.
Run `npm install --save-dev grunt-markdownlint` and add grunt.loadNpmTasks('grunt-markdownlint') to Gruntfile.Run `npm install --save-dev markdownlint`.