You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does the job for now. Maybe we can apply that fix into image-process directly. The thing is, I looked at the code to try to add that fix but I felt like the plugin is in needs of a little refactor... 😔
When
image-process
encounters non-local images, it try to open them and fail with this message:Here I expect the plugin to detect the image resource as external, print a warning and skip the transformation altogether. Is that reasonable?
I'm using the latest version from the
master
branch.Here is the detailed case, starting with this Markdown:
which properly renders to:
My
pelicanconf.py
look like this:The text was updated successfully, but these errors were encountered: