markmap-plus 0.0.7 → 0.0.9
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 +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -217,4 +217,4 @@ function exportMarkdown() {
|
|
|
217
217
|
|
|
218
218
|
### More Documentation
|
|
219
219
|
|
|
220
|
-
For more details about interaction, keyboard shortcuts, and full API reference, see the docs
|
|
220
|
+
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.
|