You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally got around to verify this issue, however it was fixed for links but not for images.
this html:
<imgsrc="https://google.com/file 1).jpg" />
produces this markdown:
![](https://google.com/file 1).jpg)
In this example I used an unbalanced bracket, as per earlier comments. I can confirm the fix for links handles both balanced and unbalanced brackets, which would be my preferred fix.
Originally posted by @shaipetel in #459 (comment)
The text was updated successfully, but these errors were encountered: