statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 234 forks source link

Link validation appears to be flagging mailto links #998

Closed daveaglick closed 1 year ago

daveaglick commented 1 year ago

See https://github.com/orgs/statiqdev/discussions/170

daveaglick commented 1 year ago

Appears related to escaping, <a href="mailto:foo@bar.com">foo</a> passes validation while <a href="mailto:foo&amp;#64;bar.com">foo</a> fails.

daveaglick commented 1 year ago

This is now resolved by HTML unescaping links to be analyzed. Might also address #997, but still need to verify.

girlpunk commented 1 year ago

Any chance of getting a new release so this is available?

daveaglick commented 1 year ago

@girlpunk Ha! I maybe kinda sorta forgot that this wasn't already released 😬. That's what happens when you get completely swamped for like 6 months. Pushing out a set of new packages now.