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 have html like this: <div class=\"container\"><img src=\"https://downloads.test.com/i/o/image.png\"></div>
which is converted to empty string
possible output: [https://downloads.test.com/i/o/image.png]
@YuraKril I think this one is valid because output it not showing image src but alt tag, just like in screen reader. My issue is different because it don't put space between link and text. If you think that it should show url of the image, which I think is useless the same as for screen reader, you should report another issue.
But I don't think that you have any chance of implementation this in this repo, unless you fork it and do this yourself. This issue was posted in 2016 with not response.
I have html like this:
which is converted to:
The text was updated successfully, but these errors were encountered: