Youssef1313 / markdown-links-verifier

A GitHub Action to validate links in Markdown files
MIT License
4 stars 1 forks source link

Heading references should check anchor tags #78

Closed Youssef1313 closed 3 years ago

Youssef1313 commented 3 years ago
# Hello

[text](#my-anchor) - [text](#my_anchor) --> Both should be valid

<a href="my_anchor" />
## My anchor