0.2.5 • Published 3 years ago

vuepress-plugin-mindmap v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vuepress-plugin-mindmap

install

npm install vuepress-plugin-mindmap

Demo

<mindmap>
# mindmap
## Links
- <https://thinking.renzhansheng.cn/>
- [GitHub](https://github.com/renzhsh/vuepress-mindmap
## Related
- [Document](https://thinking.renzhansheng.cn/devops/markdown/#思维导图)
## Features
- links
- **inline** ~~text~~ *styles*
- multiline
  text
- `inline code`
</mindmap>
  • 一个页面只能有一个<mindmap>;
  • <mindmap></mindmap>内部不能有空格,容易造成编译失败;
  • Front Matter部分指定宽度和高度,默认100%400px
mindmapWidth: '100%'
mindmapHeight: '400px'

Markmap

// 全局安装
cnpm install markmap-cli -g

// render Html
markmap note.md
0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago