markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

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

Open xyy94813 opened this issue 1 year ago • 0 comments

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)

relates to #524

xyy94813 avatar Dec 05 '23 10:12 xyy94813