leonelgalan / linter-markdownlint

Atom Linter for markdown using markdownlint/mdl

Home Page:https://atom.io/packages/linter-markdownlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linter-markdownlint

This linter plugin for Linter provides an interface to markdownlint. It will be used with files that have the "Markdown" syntax.

Installation

Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.

mdl installation

Before using this plugin, you must ensure that mdl is installed on your system. To install mdl, do the following:

  1. Install ruby.

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

gem install mdl

Now you can proceed to install the linter-markdownlint plugin.

Plugin installation

apm install linter-markdownlint

Settings

You can configure linter-markdownlint by editing ~/.atom/config.cson (choose Config... in Atom menu):

'linter-markdownlint':
  executablePath: 'mdl'
  severity: 'error'

Run which mdl to find the path, if you using rbenv run rbenv which mdl

About

Atom Linter for markdown using markdownlint/mdl

https://atom.io/packages/linter-markdownlint


Languages

Language:JavaScript 99.2%Language:Ruby 0.8%