A Node.js style checker and lint tool for Markdown/CommonMark files.
1.2K
markdownlint running in a Docker container.
Copy code below to your ~/.bashrc
alias markdownlint='docker run --rm -it -v "$(pwd):/app" mmphego/markdownlint'
markdownlint markdown-file-with-errors.md
# or
docker run --rm -it -v "$(pwd):/app" mmphego/markdownlint markdown-file-with-errors.md
See this project on the Docker Hub.
Feel free to fork it or send me PR to improve it.
Content type
Image
Digest
Size
28 MB
Last updated
over 5 years ago
docker pull mmphego/markdownlint