Skip to content

leonelgalan/linter-markdownlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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