Merge pull request #2 from brianjking/markdown-linting-tools

Adding Markdown linting resources (MDL and a Node.js version)
This commit is contained in:
Joaquín Serna 2016-07-27 17:19:06 -03:00 committed by GitHub
commit 3ab8a20204

View File

@ -15,6 +15,7 @@
- [Tools](#Tools)
- [Converters](#Converters)
- [Editors](#Editors)
- [Linters](#Linters)
- [Miscellaneous](#Miscellaneous)
- [Services](#Services)
- [Resources](#Resources)
@ -52,6 +53,11 @@
- [Marp](https://yhatt.github.io/marp/) - Markdown Presentation Writer. :gem:
- [PileMd](https://pilemd.com/) - Markdown Note App.
### Linters
- [Markdownlint](https://github.comigorshubovych/markdownlint-cli) - A Node.js style checker and lint tool for Markdown/CommonMark files.
- [MDL](https://github.com/mivok/markdownlint) - A Rubygem style checker and linting tool for Markdown/CommonMark files.
### Miscellaneous
> Tools which let you edit, convert, export, _et al._ your Markdown documents.