Youssef1313 / markdown-links-verifier

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

Handle URL encoded values #26

Closed Youssef1313 closed 3 years ago

Youssef1313 commented 3 years ago

When run against dotnet/roslyn, links with %20 indicating a space where considered invalid.

Youssef1313 commented 3 years ago

Files can actually contain % sign. Does a link containing %20 refers to a space or an actual %20 in file name? Is the link indeed problematic when viewing markdown locally but works okay when on GitHub?

Youssef1313 commented 3 years ago

Links should be decoded first.