markmap-plus 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,8 @@ It keeps the original “Markdown → mind map” workflow, and adds rich editin
11
11
 
12
12
  All these operations are applied incrementally without re-rendering the whole SVG tree, which keeps large diagrams responsive.
13
13
 
14
+ ![markmap-plus Demo](https://github.com/Tem-man/markmap-plus/blob/main/public/screen_1.png)
15
+
14
16
  ### Features
15
17
 
16
18
  - Markdown-driven mind map rendering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markmap-plus",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "markmap-plus is an enhanced version of markmap with node creation, editing, and deletion capabilities",
5
5
  "author": "Lin Jiman <temman_lin@qq.com>",
6
6
  "license": "MIT",