quantizor / markdown-to-jsx

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

Bug: Error when the content of the link is an image marker #529

Closed xyy94813 closed 7 months ago

xyy94813 commented 11 months ago

Test case:

<Markdown>
[![latest version](https://img.shields.io/npm/v/markdown-to-jsx.svg?label=latest%20%20version)](https://www.npmjs.org/package/markdown-to-jsx)
</Markdown>

Expected:

latest version

Actual:

[![latest version](https://www.npmjs.org/package/markdown-to-jsx)][(https://www.npmjs.org/package/markdown-to-jsx)](https://www.npmjs.org/package/markdown-to-jsx)

relates to #524

quantizor commented 7 months ago

I will be looking into this, thanks!

quantizor commented 7 months ago

Fixed via #551, thanks @zegl!