You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found that the anchor link check reports dead links when the targeted heading is wrapped as its own link.
Working sample
An [anchor link](#heading-without-a-link) to a heading that passes, as expected.
### Heading without a link
Broken sample
An [anchor link](#heading-with-a-link) to a heading that reports as dead because the heading is wrapped in a link.
### [Heading with a link](https://github.com/tcort/markdown-link-check)
The text was updated successfully, but these errors were encountered:
We found that the anchor link check reports dead links when the targeted heading is wrapped as its own link.
Working sample
Broken sample
The text was updated successfully, but these errors were encountered: