Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

AtomLinter/linter-markdown

Repository files navigation

linter-markdown

Build Status Circle CI Build status

bitHound Overalll Score bitHound Dependencies Plugin installs! Package version!

Lint markdown files using remark-lint and the linter package for atom.

If there is no configuration found for remark-lint, this linter runs remark-preset-lint-consistent and remark-preset-lint-recommended (both can be turned off).

If there is configuration for remark-lint, through .remarkrc files or remarkConfig in package.jsons, this linter works just like remark-cli but only uses the remark-lint plugin. Make sure remark-lint is installed in this case (optionally globally).

Read more about configuring remark-lint on its README.

A similar linter, linter-remark, runs all remark plugins, but only when they are configured to run.

We also maintain a changelog containing recent changes.

Screenshot of linter-markdown in action