|
I'm having trouble using the VScode extension to export a PDF with images. I wish for the images to be embedded in the PDF file so that I can easily send the PDF to others, but they aren't showing up. In VScode in the directory |
Replies: 1 comment
|
Try relative path from the location of Markdown file. -
+Image paths starting with Details:
If you want stable path resolution, recommend always to use relative paths. Footnotes
|
Try relative path from the location of Markdown file.
Image paths starting with
/are absolute paths. They will be resolved from different file locations depending on the context.Details:
If you want stable path resolution, recommend always to use relative paths.
Footnotes
If enabled
Markdown › Marp: Strict Path Resolution During Exportexperimental setting in Marp for VS…