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
Thank you for the recent improvements on anchor link checks. We noticed that the anchor link check will still return incorrect result and report dead link when the heading that is targeted comes before the anchor link in the document. When the anchor link is above the heading, it passes as expected.
Working sample
Here is an [anchor link](#heading-link-below) sample that passes, as expected.
### Heading link below
Broken sample
### Heading link above
Here is an [anchor link](#heading-link-above) sample that reports as a dead link.
The text was updated successfully, but these errors were encountered:
Thank you for the recent improvements on anchor link checks. We noticed that the anchor link check will still return incorrect result and report dead link when the heading that is targeted comes before the anchor link in the document. When the anchor link is above the heading, it passes as expected.
Working sample
Broken sample
The text was updated successfully, but these errors were encountered: