Can remote image Urls be passed into Markdown export when using the ImageRefMode.REFERENCED #477
Unanswered
RichardGrundy
asked this question in
Q&A
Replies: 2 comments 1 reply
-
It is definitely one of the use cases we want to support, but I think it was missed in the recent changes. We will fix it quickly. Our intent was to avoid fetching the remote urls (or better, some nice design should be put in place to allow for it), but the url is already a remote one, it should simply be in the generated output. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, I would just like to have an option that the user can use in order to be aware he is pulling data from remote urls. I am not yet sure what the correct API design is here. Happy to get suggestions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Have been building a pipeline for processing docs into Markdown and want to extract images into a blob storage container, setting the ImageRef to a https:// url rather than data:// or file://
looking at the code it ignores https:// urls for the images in the following section of document.py:
Or am I using this wrong? Should I be using a different method?
I am happy to make a PR with the change if this is needed.
R
Beta Was this translation helpful? Give feedback.
All reactions