markdown-link-check icon indicating copy to clipboard operation
markdown-link-check copied to clipboard

feat: anchor link checks support HTML tags like `<a name="foo"></a>`

Open dklimpel opened this issue 1 year ago • 5 comments

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 id attribute or an a tag with a name attribute can be used to define a fragment

fixes:

  • #202
  • #195

related to:

  • #328

dklimpel avatar Jun 02 '24 13:06 dklimpel