Run mdlint to lint JavaScript code blocks in your project's markdown files
If you haven't used grunt before, be sure to check out the Getting Started guide, as it explains how to create a gruntfile as well as install and use grunt plugins. Once you're familiar with that process, install this plugin with this command:
npm install grunt-mdlint --save-dev
Then add this line to your project's Gruntfile.js
gruntfile:
grunt.loadNpmTasks('grunt-mdlint');
The mdlint task takes an array of file globs to lint:
mdlint: ['*.md']
0.0.1 - Added repo URL to package.json
0.0.0 - Initial release