Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Markdown: mdl

LCD 47 edited this page Feb 14, 2016 · 7 revisions

Maintainer: Charles Beynon [email protected]

Markdown lint tool is a style checker for Markdown files. See the project's page at GitHub for details.

Installation

To install Markdown lint, run:

gem install mdl

Note

You can also use markdownlint-cli instead of mdl. To do that, just point g:syntastic_markdown_mdl_exec to markdownlint, and set g:syntastic_markdown_mdl_args to an empty string (or to a set of markdownlint-cli options):

let g:syntastic_markdown_mdl_exec = 'markdownlint'
let g:syntastic_markdown_mdl_args = ''

Clone this wiki locally