grunt-mdlint
Run mdlint to lint JavaScript code blocks in your project's markdown files
![NPM version](https://badge.fury.io/js/grunt-mdlint.png)
![Dependency Status](https://gemnasium.com/ChrisWren/grunt-mdlint.png)
![Travis Status](https://travis-ci.org/ChrisWren/grunt-mdlint.png)
Getting Started
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');
Documentation
Usage
The mdlint task takes an array of file globs to lint:
mdlint: ['*.md']
Changelog
0.0.0 - Initial release