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

anchor link checks should support <a name="foo"></a>

Open z1c0 opened this issue 2 years ago • 1 comments

With the recently introduced anchor link check (which is great btw!) I encounter frequent errors when using explicit HTML-like anchors.

e.g.

...
Take me to [pookie](#pookie)
...
<a name="pookie"></a>
...

z1c0 avatar May 03 '22 13:05 z1c0

Duplicate of https://github.com/tcort/markdown-link-check/issues/195

nschonni avatar May 03 '22 16:05 nschonni