markdown-preview-enhanced icon indicating copy to clipboard operation
markdown-preview-enhanced copied to clipboard

No images generated from diagrams

Open janebrain opened this issue 4 years ago • 1 comments

I am attempting to use the "Save as Markdown" feature when right-clicking the preview. Sequence and Flow diagrams appear properly in the preview, but the output markdown contains the source markdown used to generate them rather than references to any images. I have indicated a relative path for the images, and a folder with the matching name is created, but remains empty. I am using the following front-matter if it's relevant.

---
export_on_save:
  markdown: true
markdown:
  path: output.md
  imageFolderPath: /markdown_assets
  ignore_from_front_matter: false
  absolute_image_path: false
---

janebrain avatar Dec 22 '21 16:12 janebrain

same problem

hjianhao avatar Dec 24 '21 07:12 hjianhao