/SublimeLinter-mdl

This linter plugin for SublimeLinter provides an interface to Markdown Lint Tool (mdl)

Primary LanguagePythonMIT LicenseMIT

SublimeLinter-mdl

Build Status

This linter plugin for SublimeLinter provides an interface to Markdown lint tool (mdl). It will be used with files that have the "Markdown" syntax.

Installation

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:

  1. Install Ruby.

  2. Install mdl by typing the following in a terminal:

    [sudo] gem install mdl
    
  3. If you are using rbenv or rvm, ensure that they are loaded in your shell’s correct startup file. See here for more information.

Settings

Additional SublimeLinter-mdl settings:

Setting Description
bundle-exec runs mdl as "bundle exec mdl" instead of "mdl"