statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.

Home Page:https://statiq.dev/web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link validation appears to be flagging mailto links

daveaglick opened this issue · comments

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.

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

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

@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.