markdown-link-check
                                
                                 markdown-link-check copied to clipboard
                                
                                    markdown-link-check copied to clipboard
                            
                            
                            
                        anchor link checks should support <a name="foo"></a>
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>
...
Duplicate of https://github.com/tcort/markdown-link-check/issues/195