shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.47k stars 173 forks source link

No images generated from diagrams #890

Open janebrain opened 2 years ago

janebrain commented 2 years ago

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
---
hjianhao commented 2 years ago

same problem