Markdown dead link checker
Version updated for AlexanderDokuchaev/md-dead-link-check to version 0.3.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
- Multi-platform support: Added support for Windows and macOS.
- Enhanced pre-commit hook: Set
always_run: Truefor the pre-commit hook to ensure consistent detection of links to removed files before commit. - Improved output: Added coloring to the output for better readability. Disable coloring with the –no-color argument.
- Verbose mode: Added the
--verboseargument to display the status of all detected links, not just the first instance. - Automatic proxy detection: Uses
trust_env=Trueforaiohttp.ClientSessionto automatically detect proxy settings. - Extended configuration options:
- Supports
fnmatchsyntax for pattern matching in configuration files. - Added new configuration options
force_get_requests_for_links,validate_ssl,catch_response_codes.
- Supports
- Detect relative links to files that is not within repository.
- Enhanced link detection: Improved detection of links in various formats, including:
[](link)<a href="link"></a>[text](link "title")