seadude
02/05/2022, 4:21 PMtest.md
)
2. Ensure you have an assets/images
folder in your vault
3. Add one image (.png) to the assets/images
folder
4. Add the following HTML table to test.md
(substituting <image file name>
accordingly
<table>
<tr>
<td style="border: 5px solid black; border-collapse: collapse; padding:0px; border-color: #27ad74;">
<img src=".\assets\images\<image file name>"/>
</td>
<tr>
</table>
5. Preview the file (CTRL+SHFT+v
) ensure the image is rendered
6. Export the file as PDF (Right click on the preview / Chrome (Puppeteer) / PDF
)kevins8
02/05/2022, 4:42 PMhttps://foundation-prod-assetspublic53c57cce-8cpvgjldwysl.s3-us-west-2.amazonaws.com/assets/logo-256.png▾
seadude
02/05/2022, 4:46 PMassets/images
directory in my vault)kevins8
02/05/2022, 5:03 PMseadude
02/05/2022, 5:09 PMpandoc cli
now...pandoc .\dendron.test.md -o dendron-test.pdf
resulted in the same unrendered PDFkevins8
02/05/2022, 6:03 PM## Image by absolute Url

## Image by relative url without forward slash

seadude
02/05/2022, 6:17 PM./
from the Image link (assets/images/filename.png
), the PDF still does not render on my endkevins8
02/05/2022, 6:34 PMseadude
02/05/2022, 6:49 PMvault/assets/images/
directory. I can see the correct filename.
But when viewing in Preview...nothing. Same than with Chrome/PDF.
I'll try with pandac.
is the Markdown PDF export
- -
is the pandoc
exportkevins8
02/06/2022, 4:42 PM