markdown-link-check
markdown-link-check copied to clipboard
feat: anchor link checks support HTML tags like `<a name="foo"></a>`
Extracts all html tags with the attribute id and all a tags with the attribute name and allows them as valid section links.
Ignore:
- code blocks (
```) - single code (
`) - html comments
Fits the lint rule MD51
Alternatively, any HTML tag with an
idattribute or anatag with anameattribute can be used to define a fragment
fixes:
- #202
- #195
related to:
- #328