Falco
(Falco)
Février 25, 2022, 6:17
11
@f1r4s et @craigconstantine ceci est causé par le bug le mieux décrit à l’adresse suivante :
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 solution de contournement que nous avons est documentée à l’adresse suivante :
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…
Par exemple @f1r4s , l’ajout de https://reconshell.com/wp-content/uploads/ au paramètre du site disabled image download domains laissera le message tel quel :
6 « J'aime »