Merge #139 - Add Markdown linting support

This commit is contained in:
w0rp
2016-10-24 20:40:24 +01:00
parent 95373ddab5
commit b9428b7db0
3 changed files with 37 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ The following languages and tools are supported.
* JavaScript: 'eslint', 'jscs', 'jshint'
* JSON: 'jsonlint'
* Lua: 'luacheck'
* Markdown: 'mdl'
* MATLAB: 'mlint'
* Perl: 'perl' (-c flag), 'perlcritic'
* PHP: 'php' (-l flag), 'phpcs'