Closed
Description
Often (especially when refactoring) links using the definition/reference style will get broken. It would be useful for markdownlint to catch this.
Two examples are:
Link Ref without Def
See [Docs][] for more info.
<!-- Should have a link definition below like:
[docs]: https://example.com
-->
Link Def without Ref
See [New Docs][] for more info.
<!-- None of the link definitions match the link reference above. -->
[docs]: https://example.com