-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Links with image content not rendering correctly #490
Comments
I can confirm this problem. Here is another example that can run on https://npm.runkit.com/markdown-to-jsx
|
it become broken in v7.2.0, these cases works just fine in v7.1.9 |
Has there been any progress on this? Can confirm downgrading to 7.1.9 solved this for me |
Will there be a fix? Update: looks like it will be fixed in the next release as #551 was completed Update: now using new version 7.4.5 and no longer an issue |
Seems like all the other examples in my original post render now correctly, but the ones using references. |
If a link has an image as the content, they render as plain text. It doesn't matter if the link has text content together with the image, if the link has a title or if the image url is used as a reference. All the variants fail rendering as they should.
When either the link, the image or both are written as HTML, it renders correctly.
Reproduce:
Go to https://probablyup.com/markdown-to-jsx/
Copy and paste this to the text area:
All these should render correctly, but only the last three seem to work.
Related: #230
The text was updated successfully, but these errors were encountered: