Hello Asciidoctor users,
I've been trying to setup a
project to write asciidoc that should have a HTML, PDF and EPUB3 output.
On my first checks to generate EPUB3 using
asciidoctor-epub3 I've been able to get the ebook without images.
In the src/doc/asciidoc folder that does have a images folder there. I'm running :
asciidoctor-epub3 0_index.adoc
But I'm getting a file with broken images. Unzipping the epub shows that images are not included.
I'm sure I'm doing something wrong as the images I get in the HTML output have an absolute SRC, and I wondering if you can give me any hint about where to look at.
Regards