see https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1039
is triggered in a notebook by a menu entry "Download -> Embedded HTML" extension.
The exporter then opens the files (from relative URIs in the markdown) on the filesystem.
This behavior is quite unstable, since it only works when jupyters working directory is the same as the notebook which is open.
I was wondering what the correct way would be to deal with these kind of URIs, and how an exporter can resolve these relative links without knowing the working directory of jupyter.
Thanks for the help!
BR