Youssef1313 / markdown-links-verifier

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

Make sure to capture all links #13

Open Youssef1313 opened 3 years ago

Youssef1313 commented 3 years ago

I believe it only captures [text](link) only. It doesn't capture, for example, <link>.

Also make sure that [text](~/path/to/somewhere) works correctly. (Incorrect - tilde shouldn't be valid)