Related to Thumbnail generation & markdown rendering issue
When discourse downloads and replaces an image HTML with its markdown syntax โ in our context, this results as:
[...]<a href="<link_here>" target="_blank"></a>[...]
Discourse is unable to render the image
Image
To fix the issue, you need at least an empty line above:
[...]<a href="<link_here>" target="_blank">
</a>[...]
Image
Would it be possible to allow rendering markdown image surrounded by HTML, please?