Open truenicoco opened 1 year ago
If I attach an image to a page, eg ![caption](image.png), in the entry/content XML it will be <img src="image.png" alt="caption">, which does not let feed reader retrieve the image at the right URL.
![caption](image.png)
<img src="image.png" alt="caption">
If I attach an image to a page, eg
![caption](image.png)
, in the entry/content XML it will be<img src="image.png" alt="caption">
, which does not let feed reader retrieve the image at the right URL.