Re: Chrome Asciidoctor.js plugin environment variables

Posted by yo on
URL: https://discuss.asciidoctor.org/include-and-imagesdir-in-different-folders-tp8154p8162.html

I think there is a misunderstanding as I agree with what you say and my situation seems very simple.

I have an image in a file that I render thanks to imagesdir. But when I include this file in another file, it works if it is in the same folder and fails otherwise, this is only because of the imagesdir variable declaration in both processes.

So, in the case you include a file that is not in the same folder, how to get these two files render the image correctly ? (The one simply owning the image and the one including this file from another folder)

Thanks for your time.