We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At present, it requires us to manually run it on directories using the command find . -name \*.md -exec markdown-link-check {} \;
find . -name \*.md -exec markdown-link-check {} \;
I believe this should be handled automatically. So that when user runs it on a directory, it should check all markdown files recursively by default.
$ markdown-link-check -p run/on/dir
Let me know if this is required? I can put together up a PR to address this.
The text was updated successfully, but these errors were encountered:
Duplicate of #40 I think
Sorry, something went wrong.
duplicates #40
No branches or pull requests
At present, it requires us to manually run it on directories using the command
find . -name \*.md -exec markdown-link-check {} \;
I believe this should be handled automatically. So that when user runs it on a directory, it should check all markdown files recursively by default.
Let me know if this is required? I can put together up a PR to address this.
The text was updated successfully, but these errors were encountered: