This valid code is in my HTML file that I submit as input to Calibre --
<a href="test.pdf">Test PDF</a>
<a href="test.jpg">Test JPG</a>
After I convert my input to EPUB and edit it, I see that Calibre has translated my input lines into this-
<a href="test.pdf" class="pcalibre calibre5 pcalibre1">Test PDF</a>
<a href="test.jpg" class="pcalibre calibre5 pcalibre1">Test JPG</a>
When I'm in the Calibre Reader and try to click on my links, Calibre brings up the browser and gives me these error messages --
https://calibre-internal.invalid/test.pdf
https://calibre-internal.invalid/test.jpg
Is Calibre not capable of displaying a linked image or PDF file?
Or am I doing something wrong?
Thank you.