lektor / lektor-atom

Lektor Atom plugin.
30 stars 13 forks source link

Images relative paths should be substituted for absolute URL #40

Open truenicoco opened 1 year ago

truenicoco commented 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.