jmaupetit/md2pdf

Error when including an image from local storage

dansveChalmers opened this issue · 0 comments

When I wanted to insert an image into the pdf, I ran into problems. I get the follwing error message:

Relative URI reference without a base URI: <a href="./images/Target-tracking-block-diagram.png"> at line None"

I have a markdownfile file.md in a folder, and in a subfolder called images I have the png.

I have run:

docker run -i -t -v $PWD:/srv jmaupetit/md2pdf file.md OUTPUT.PDF