Falco
(Falco)
Fevereiro 25, 2022, 6:17pm
11
@f1r4s e @craigconstantine isso é causado pelo bug melhor descrito em
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>[...]
Im…
A solução alternativa que temos está documentada em
There is a case where images published to Discourse through the WP Discourse and RSS plugins can be broken. This can happen when the full post content is published to Discourse with the WP Discourse plugin and the WordPress Classic editor is used for publishing the post. It can also happen with posts pulled to Discourse with the RSS Polling polling when the Truncate the embedded posts Embedding setting is not enabled.
The problem happens when Discourse attempts to download images that have been…
Por exemplo @f1r4s , adicionar https://reconshell.com/wp-content/uploads/ à configuração do site disabled image download domains deixará a postagem como:
6 curtidas