Youssef1313 / markdown-links-verifier

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

Links containing space should be flagged as invalid #56

Open Youssef1313 opened 3 years ago

Youssef1313 commented 3 years ago

For example, [text](READ ME.md).

See https://www.markdownguide.org/basic-syntax/#link-best-practices

Unfortunately, markdig doesn't parse it as LinkInline, which is actually per CommonMark spec. https://github.com/xoofx/markdig/issues/167