We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Parsing ![]() is buggy
![]()
To Reproduce
![](img1.svg) (or ![](img2.svg))
generates
<p><img src="img1.svg" alt="" title="or ![](img2.svg">)</p>
(conf. https://marked.js.org/demo/?text=![](img1.svg)%20(or%20![](img2.svg)))
Expected behavior
<p><img src="img1.svg" alt=""> (or <img src="img2.svg" alt="">)</p>
The text was updated successfully, but these errors were encountered:
This should be fixed in #1435
demo
Sorry, something went wrong.
I'm not sure why the demo's master isn't working since #1435 was already merged, but this is already fixed in master.
demo master should be fixed in #1457
This should be fixed in v0.6.2 demo
No branches or pull requests
Describe the bug
Parsing
![]()
is buggyTo Reproduce
generates
(conf. https://marked.js.org/demo/?text=![](img1.svg)%20(or%20![](img2.svg)))
Expected behavior
The text was updated successfully, but these errors were encountered: