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.
- package/README.md +2 -0
- 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
|
+

|
|
15
|
+
|
|
14
16
|
### Features
|
|
15
17
|
|
|
16
18
|
- Markdown-driven mind map rendering
|
package/package.json
CHANGED