markmap-plus 0.1.4 → 0.1.6

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,10 @@ yarn add markmap-plus
34
34
  pnpm add markmap-plus
35
35
  ```
36
36
 
37
- ### [Live Demo](https://tem-man.github.io/markmap-plus-docs/example/)
37
+ ### Live Demo
38
+
39
+ Check out the live demo [here](https://tem-man.github.io/markmap-plus-docs/example/).
40
+
38
41
 
39
42
  ### Basic Usage (Vanilla JavaScript)
40
43
 
@@ -365,4 +368,5 @@ if (pureNode) {
365
368
 
366
369
  ### More Documentation
367
370
 
368
- For more details about interaction, keyboard shortcuts, and full API reference, see the [docs](https://tem-man.github.io/markmap-plus-docs) or the published documentation site.
371
+ 👉 Read the [documentation](https://tem-man.github.io/markmap-plus-docs) for more detail.
372
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markmap-plus",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
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",