jamiemcg / Remarkable

Remarkable - The Markdown Editor for Linux http://remarkableapp.github.io
MIT License
1.97k stars 228 forks source link

Pictures missed in PDF exported #347

Closed AStepaniuk closed 1 month ago

AStepaniuk commented 4 years ago

References to local pictures are missed when document is exported to PDF

Steps to reproduce

  1. Create (or open) markdown document with references to local pictures Like that: ![Demo Image](Images/Demo.png)

  2. Export document to PDF

  3. Open PDF document

Expected result: Image are shown in PDF

Actual result: Image placeholders are shown instead of pictures in PDF Screenshot from 2020-05-05 00-13-46

Note: Issue is not reproducible with http references to pictures. In that case Pictures are presented in PDF correctly.