You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,14 @@
2
2
3
3
[](https://marketplace.visualstudio.com/items?itemName=NeVeS.MermaidEditorForVisualStudio)
4
4
5
-
A very simple editor for Mermaid files(*.mmd, *.mermaid) in Visual Studio. You can download it from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=NeVeS.MermaidEditorForVisualStudio).
6
-
- live preview
7
-
- generates diagrams in *.svg and *.png formats.
8
-
- syntax highlighting
9
-
- displays parsing errors
5
+
A lightweight editor for Mermaid files (`*.mmd`, `*.mermaid`) in Visual Studio, offering:
6
+
7
+
-**Live preview** to instantly see rendered diagrams
8
+
-**Export options** for generating diagrams in `*.svg` and `*.png` formats
9
+
-**Syntax highlighting** for better readability and editing
10
+
-**Error detection** to display parsing issues
11
+
12
+
You can download it from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=NeVeS.MermaidEditorForVisualStudio).
0 commit comments