-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- I have searched for existing issues that already reported this problem and found none
- The bug for the VSCode plugin
- The bug is also present in the web version of VSCode
Describe the bug
When writing markdown with image references, the standard markdown image syntax  works correctly sometimes, but the HTML <img> tag syntax doesn't render properly in the markmap visualization, though it works when exported to HTML.
To Reproduce
- Create a markdown file with the following content:
- "image.png" is a local file.
# Head
- 
- <img src="image.png">View the markmap visualization in VSCode
Observe that only the first image (markdown syntax) appears
Expected behavior
Both image syntax formats should render properly in the markmap visualization:
- Standard markdown image syntax
 - HTML
<img>tag syntax
Actual behavior - Only the markdown image syntax works in the visualization, while the HTML
<img>tag doesn't render.
Environment:
OS: Windows
Additional Context
My description may still be lacking, or it may be an accident, please forgive me if it bothers you.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working