josa42 / atom-linter-node-markdownlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linter-node-markdownlint

Test Plugin installs! Package version!

This linter plugin for Linter provides an interface to markdownlint.

Configuration

The package reads the configuration from the .markdownlintrc file.

The configuration file can be formatted as JSON or INI.

JSON Example

{
  "default": true,
  "MD003": { "style": "atx_closed" },
  "MD007": { "indent": 4 },
  "no-hard-tabs": false,
  "MD018": false
}

INI Example

default=true
no-hard-tabs=false
MD018=false

[MD003]
style=atx_closed

[MD007]
indent=4

For more information checkout:

About


Languages

Language:JavaScript 100.0%