Skip to content

Latest commit

 

History

History

markdownlint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Docker based Markdown Linter

Docker Pulls Docker Automated build

markdownlint running in a Docker container.

Usage

Copy code below to your ~/.bashrc

alias markdownlint='docker run --rm -it -v "$(pwd):/app" mmphego/markdownlint'

Run Example

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.

Feedback

Feel free to fork it or send me PR to improve it.