This linter plugin for Linter provides an interface to markdownlint.
The package reads the configuration from the .markdownlintrc
file.
The configuration file can be formatted as JSON
or INI
.
{"default": true,"MD003": { "style": "atx_closed" },"MD007": { "indent": 4 },"no-hard-tabs": false,"MD018": false}
default=trueno-hard-tabs=falseMD018=false[MD003]style=atx_closed[MD007]indent=4
For more information checkout:
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.