Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not extract URLs from HTML #7

Closed
gajus opened this issue May 7, 2019 · 2 comments
Closed

Does not extract URLs from HTML #7

gajus opened this issue May 7, 2019 · 2 comments

Comments

@gajus
Copy link

gajus commented May 7, 2019

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
Copy link
Contributor

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

@tcort
Copy link
Owner

tcort commented May 4, 2022

fixed in v3.0.0

@tcort tcort closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants