grunt-mdlint

0.0.1 • Public • Published

grunt-mdlint

Run mdlint to lint JavaScript code blocks in your project's markdown files

NPM version
Dependency Status
Travis Status

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

Package Sidebar

Install

npm i grunt-mdlint

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • chriswren