• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

linter-markdownlint

Lint Markdown with mdl
  • #linter
  • #mdl
  • #markdown
  • #markdownlint
leonelgalan
2.0.2 2,449
15
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by