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
I believe markdown-display-inline-images should be able to work with remote images, even when the remote image file names are relative. Obvious choice of implementation would be to use the existing markdown-translate-filename-function.
Expected Behavior
I believe
markdown-display-inline-images
should be able to work with remote images, even when the remote image file names are relative. Obvious choice of implementation would be to use the existingmarkdown-translate-filename-function
.My personal motivation for this is to get it working with GitLab which uses such relative paths: https://about.gitlab.com/handbook/product/technical-writing/markdown-guide/#images
Actual Behavior
Images are not fetched nor displayed inline.
Steps to Reproduce
With the following markdown buffer
evaluate following expressions:
Now, by executing
markdown-display-inline-images
I would expect to see the image fetched and displayed.Inside
markdown-display-inline-images
, if I replace thefile
with its translated version the above example works.Software Versions
The text was updated successfully, but these errors were encountered: