summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-24 20:40:24 +0100
committerw0rp <devw0rp@gmail.com>2016-10-24 20:40:24 +0100
commitb9428b7db09d9153f85e4d57efd9559d3a024ce8 (patch)
treef54b879ed0e824e84b43a9ddc8fd7eb6de86eb23 /README.md
parent95373ddab5966e5975c7d1a9f52ddbbeeb664cc0 (diff)
downloadale-b9428b7db09d9153f85e4d57efd9559d3a024ce8.zip
Merge #139 - Add Markdown linting support
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4cbebcd3..a7b6598f 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ name. That seems to be the fairest way to arrange this table.
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |
+| Markdown | [mdl](https://github.com/mivok/markdownlint) |
| MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) |
| Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) |
| PHP | [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) |