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
Gitter allows the ![alt](http://image.png) syntax to insert images in messages. Even though I correctly render to <img> in HTML, Riot strips it, only rendering attachments and previews.
I don't know how to fix this. There is just no way to get Riot to render embedded images.
The text was updated successfully, but these errors were encountered:
7d41034 renders images as a link. The problem is when the original image is inside a link (Gitter generates [![alt](thumb_url)](fullsize_url)), then clicking will bring you to the image and not the link.
Markdown issue, follows on #7
Gitter allows the
![alt](http://image.png)
syntax to insert images in messages. Even though I correctly render to<img>
in HTML, Riot strips it, only rendering attachments and previews.I don't know how to fix this. There is just no way to get Riot to render embedded images.
The text was updated successfully, but these errors were encountered: