tcort / markdown-link-extractor

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

Support image size in image links #4

Closed timmkrause closed 6 years ago

timmkrause commented 6 years ago

Addresses https://github.com/tcort/markdown-link-check/issues/42

I haven't bumped the version number, don't know if I should bump minor or patch as it can be interpreted as a feature or bugfix.

I have removed the prototype calls as these are responsible for the conversion to HTML which is not needed for this case and can potentially improve the performance. Do you agree with that?

tcort commented 6 years ago

Thanks for the patch! Released in v1.2.0

I'll update markdown-link-check to use this new version.