markdown-checker is a markdown validation reporting tool.
- Run
pip install markdown-checker
. - Run
markdown-checker -d {src} -f {func}
. Replace{src}
with the directory you want to analyze and {func} with the available functions like check_broken_paths. - The output will be displayed in the terminal.
The tool has been designed to be run within a GitHub workflow using the action-check-markdown GitHub action. The action will automatically post the output of the tool to your GitHub pull request as a comment.