Remarkable icon indicating copy to clipboard operation
Remarkable copied to clipboard

PDF export breaks images with relative path

Open seanbone opened this issue 7 years ago • 2 comments

If I add an image with the absolute path (e.g. /home/user/Desktop/project/photo.png), it loads file in the exported PDF. However if I only specify a relative path (e.g. photo.png), it appears in the live preview but not in exported file.

This particularly becomes an issue when the MD file is being worked on on different machines, which therefore have different absolute paths.

seanbone avatar Jan 13 '18 19:01 seanbone

I second this, it seems that the markdown is rendered in a temporary directory elsewhere, breaking relative paths

Kaiser1401 avatar Mar 05 '18 15:03 Kaiser1401

I third this. Checking in absolute paths just doesn't make a lick of sense.

tlhunter avatar Mar 23 '18 22:03 tlhunter