markmap-plus 0.1.3 → 0.1.5

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,11 @@ yarn add markmap-plus
34
34
  pnpm add markmap-plus
35
35
  ```
36
36
 
37
+ ### Live Demo
38
+
39
+ Check out the live demo [here](https://tem-man.github.io/markmap-plus-docs/example/).
40
+
41
+
37
42
  ### Basic Usage (Vanilla JavaScript)
38
43
 
39
44
  The basic workflow is:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markmap-plus",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
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",