This linter plugin for SublimeLinter provides an interface to Markdown lint tool (mdl). It will be used with files that have the "Markdown" syntax.
SublimeLinter 3 must be installed in order to use this plugin.
Please install via Package Control.
Before using this plugin, ensure that mdl is installed on your system.
To install mdl, do the following:
-
Install Ruby.
-
Install
mdlby typing the following in a terminal:[sudo] gem install mdl -
If you are using
rbenvorrvm, ensure that they are loaded in your shell’s correct startup file. See here for more information.
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html
Additional SublimeLinter-mdl settings:
| Setting | Description |
|---|---|
| bundle-exec | runs mdl as "bundle exec mdl" instead of "mdl" |