Registry / testing / markdown-lint

markdown-lint

JSON →
library0.0.4jsnpmunverified

A small CLI tool for linting Markdown files using Remark and Remark-lint under the hood. Version 0.0.4 is the latest stable release. It recursively finds all Markdown files in the current directory using Filehound and applies linting rules. Compared to alternatives like markdownlint-cli, it offers a simple zero-config setup. However, the project appears inactive with no recent updates.

npm install markdown-lint
INSTALL
IMPORT
SIG · MARKDOWN-LINT
M
markdown-lint
testingjavascriptv0.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Install globally and run markdown-lint in the target repository to lint all Markdown files recursively.

npm install -g markdown-lint cd /path/to/your/repo markdown-lint
markdown-lint --version
Debug
Known issues
deprecatedPackage is unmaintained; use markdownlint-cli instead.
fix
Replace with markdownlint-cli: npm uninstall -g markdown-lint && npm install -g markdownlint-cli
affects: >=0.0.0
gotchaNo configuration options; uses default remark-lint rules.
fix
Switch to markdownlint-cli for configurable rules.
affects: >=0.0.0
gotchaRuns from current directory only; no --path flag.
fix
Run from the desired root directory or use markdownlint-cli with --path.
affects: >=0.0.0
Errors
Common errors & fixes
error: unknown option `--help'
markdown-lint does not support --help flag
fix
For help, see the GitHub README or use man markdown-lint (if available)
No such file or directory: /usr/local/lib/node_modules/markdown-lint/node_modules/remark/package.json
Corrupted node_modules after incomplete installation
fix
Reinstall with npm uninstall -g markdown-lint && npm install -g markdown-lint
Upgrade
Version history
0.0.4latest on npm
Audit
Dependencies
remarkrequiredCore Markdown parser and linting engine
remark-lintrequiredLint rules for Remark
filehoundrequiredFile discovery utility to find Markdown files recursively
Agent activity
3 hits · last 30 days
node
2
OpenAI (training)
1
Resources
markdown-lint — npm install markdown-lint · libregistry