huantt / plaintext-extractor

Plain Text Extractor is a Golang library that helps you extract plain text from HTML and Markdown.
MIT License
2 stars 0 forks source link

feature request: extract all links #2

Closed Bisstocuz closed 1 year ago

Bisstocuz commented 1 year ago

As title, it will be great to provide a new extractor for markdown links.

huantt commented 1 year ago

Thanks for your feedback. I understand that you would like me to add a Markdown link extractor to my repository. However, I want to keep my repository as simple as possible, and I think that adding this logic would make it more complex.

I would prefer you to create your own repository that uses an HTTP request to get the link response, and then use my repository to extract the output. This would allow you to have more control over the process, and it would also be more scalable.