https://github.com/sublimelinter/sublimelinter-mdl
This linter plugin for SublimeLinter provides an interface to Markdown Lint Tool (mdl)
https://github.com/sublimelinter/sublimelinter-mdl
Last synced: 11 months ago
JSON representation
This linter plugin for SublimeLinter provides an interface to Markdown Lint Tool (mdl)
- Host: GitHub
- URL: https://github.com/sublimelinter/sublimelinter-mdl
- Owner: SublimeLinter
- License: mit
- Created: 2015-05-22T15:41:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T10:23:22.000Z (12 months ago)
- Last Synced: 2025-04-24T11:30:23.439Z (12 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SublimeLinter-mdl
[](https://travis-ci.org/SublimeLinter/SublimeLinter-mdl)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [Markdown lint tool (mdl)](https://github.com/mivok/markdownlint).
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](https://packagecontrol.io).
Before using this plugin, ensure that `mdl` is installed on your system.
To install `mdl`, do the following:
1. Install [Ruby](http://www.ruby-lang.org).
1. Install `mdl` by typing the following in a terminal:
```
[sudo] gem install mdl
```
1. If you are using `rbenv` or `rvm`, ensure that they are loaded in your shell’s correct startup file. See [here](http://sublimelinter.com/en/latest/troubleshooting.html#shell-startup-files) for more information.
## Settings
- 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"|