markdownlint-cli

CLI tool for linting and checking Markdown files for style issues

brewmacoslinux
Try with needOr install directly
Source

About

CLI for Node.js style checker and lint tool for Markdown files

Commands

markdownlint

Examples

Lint a single Markdown file$ markdownlint README.md
Lint all Markdown files in a directory$ markdownlint '**/*.md'
Lint with custom configuration file$ markdownlint -c .markdownlint.json docs/