Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
xyy94813 opened this issue Dec 5, 2023 · 2 comments · Fixed by storybookjs/storybook#26694
Closed
Assignees

Comments

@xyy94813
Copy link

xyy94813 commented Dec 5, 2023

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 xyy94813 changed the title Error when the content of the link is an image marker Bug: Error when the content of the link is an image marker Dec 6, 2023
@quantizor
Copy link
Owner

I will be looking into this, thanks!

@quantizor quantizor self-assigned this Mar 13, 2024
@quantizor
Copy link
Owner

Fixed via #551, thanks @zegl!

xyy94813 added a commit to xyy94813/storybook that referenced this issue Mar 30, 2024
don't see any breaking change in change logs of the lib.
This version can resolve quantizor/markdown-to-jsx#529 and other bugs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants