-
-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
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
MD053 does not detect links within square brackets #537
Comments
|
This seems to be a regression introduced by
This worked fine until yesterday, when pre-commit monthly update upgraded markdownlint to v0.32.1. Is there any workaround for this? |
MD053 incorrectly complains about link references that are contained within square brackets. This is perfectly fine Markdown syntax, rendered correctly and parsed by MD051 (see below), but MD053 fails to understand it.
Reproducing
Further info
Note that MD051 does properly dereference the link and report it as broken (line 3) while simultaneously MD053 complains that the definition is unused (line 5).
Result:
The text was updated successfully, but these errors were encountered: