tcort / markdown-link-extractor

extracts links from markdown texts
ISC License
23 stars 19 forks source link

Does not extract URLs from HTML #7

Closed gajus closed 2 years ago

gajus commented 5 years ago

HTML hyperlink can be part of markdown.

It would be nice to handle cases such as:

<a href='http://foo.bar'>foo</b>

Expected:

[
  "http://foo.bar"
]
NicolasMassart commented 3 years ago

Maybe this one on markedjs/marked#1723 could be related to our issue and fix it once solved in Marked.js

tcort commented 2 years ago

fixed in v3.0.0