You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
577 B
20 lines
577 B
1 year ago
|
# markmap-lib
|
||
|
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
Visualize your Markdown as mindmaps.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```sh
|
||
|
$ npm install markmap-lib
|
||
|
```
|
||
|
|
||
|
See [markmap-cli](https://github.com/gera2ld/markmap/tree/master/packages/markmap-cli) for command-line usage.
|
||
|
|
||
|
See [markmap-view](https://github.com/gera2ld/markmap/tree/master/packages/markmap-view) for rendering in browser.
|
||
|
|
||
|
👉 [Read the documentation](https://markmap.js.org/docs) for more detail.
|