quantizor / markdown-to-jsx

🏭 The most lightweight, customizable React markdown component.
https://markdown-to-jsx.quantizor.dev/
MIT License
2k stars 173 forks source link

img tag inside url tag not working if img uses reference-style URL #230

Open FezVrasta opened 5 years ago

FezVrasta commented 5 years ago

The following markdown renders just fine with other markdown parsers (included GitHub), but with markdown-to-jsx it doesn't.

[![GitHub][github-badge]](https://github.com/)

[github-badge]: https://img.shields.io/badge/GitHub-%23000.svg?logo=github&logoColor=white
quantizor commented 5 years ago

Thanks, I’ll check it out soon! On Thu, Dec 6, 2018 at 6:38 AM Federico Zivolo notifications@github.com wrote:

The following markdown renders just fine with other markdown parsers, but with markdown-to-jsx it doesn't.

GitHub

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/probablyup/markdown-to-jsx/issues/230, or mute the thread https://github.com/notifications/unsubscribe-auth/AAiy1vq9Tk9KlijjZxOm2T3zgRxnVuR4ks5u2QGegaJpZM4ZGVdM .