Simple command line tool that iterates recursively over all folders in selected location, looking for markdown files and validating links in those files.
latest (latest/Dockerfile)Install the container:
docker pull norberttech/md-link-linter
Display help:
docker run -t --rm norberttech/md-link-linter --help
Validate markdown files in current folder:
docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=node_modules .
Content type
Image
Digest
sha256:bf17e53dd…
Size
34.1 MB
Last updated
about 2 years ago
docker pull norberttech/md-link-linter