linkspector icon indicating copy to clipboard operation
linkspector copied to clipboard

[BUG] HTML link is ignored

Open niosus opened this issue 7 months ago • 1 comments
trafficstars

Describe the bug I have an html link in my markdown document that looks like this: <a href="https://blah/blah"></a>

linkspector fails to detect this broken link. It detects this link if the link is specified as markdown.

Expected behavior linkspector is expected to fail on such a link

Am I doing something horribly wrong here?

niosus avatar Mar 29 '25 14:03 niosus

Currently, Linkspector handles Markdown links, so it intentionally doesn't process HTML links similarly. Since this behavior is by design and prioritizing Markdown link handling, which aligns with the project's goals, I'm not planning to change this approach.

If your workflow relies on HTML links, consider converting them to Markdown format, which Linkspector fully supports. Thanks for understanding!

gaurav-nelson avatar Apr 01 '25 11:04 gaurav-nelson