An image based on alpine to run markdownlint in a container
10K+
Dockerfile linksMarkdownlint is a tool to check markdown files and flag style issues and is available from https://github.com/mivok/markdownlint.
To use it via docker, run the following, replacing myfile.md with the file or directory you want to check:
docker run --rm -v ${PWD}:/data mivok/markdownlint myfile.md
Content type
Image
Digest
Size
9.2 MB
Last updated
about 10 years ago
docker pull mivok/markdownlint