Falco
(Falco)
25 Febrero, 2022 18:17
11
@f1r4s y @craigconstantine esto es causado por el error mejor descrito en
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…
La solución que tenemos está documentada en
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 ejemplo @f1r4s , añadir https://reconshell.com/wp-content/uploads/ a la configuración del sitio disabled image download domains dejará la publicación como:
6 Me gusta