Youssef1313 / markdown-links-verifier

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

Heading references are considered invalid even if they're valid #20

Closed Youssef1313 closed 3 years ago

Youssef1313 commented 3 years ago

[text](file.md#my-heading)

Youssef1313 commented 3 years ago

Part of this was fixed in #23.