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.
- package/README.md +6 -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
|
-
###
|
|
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
|
-
|
|
371
|
+
👉 Read the [documentation](https://tem-man.github.io/markmap-plus-docs) for more detail.
|
|
372
|
+
|
package/package.json
CHANGED