# hexo-markmap **Repository Path**: physicsandprogram/hexo-markmap ## Basic Information - **Project Name**: hexo-markmap - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-20 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Depend on [markmap](https://github.com/deiv/markdown-it-markmap/) & [markdown-it-markmap](https://github.com/deiv/markdown-it-markmap/). Inspired by [hexo-simple-mindmap](https://github.com/HunterXuan/hexo-simple-mindmap) [![NPM](https://nodei.co/npm/hexo-markmap.png)](https://nodei.co/npm/hexo-markmap/) # hexo-markmap Innsert a mindmap by markdown in your hexo blog by markmap. 在你的博客中使用markdown插入思维导图,使用markmap。 More preview in [my blog](https://xiandai.ren/2021/02/23/hexo-mindmap-plugin/). 更多预览和说明见 [我的博客](https://xiandai.ren/2021/02/23/hexo-mindmap-plugin/). # Install 安装 ``` npm install hexo-markmap ``` # Usage 使用 ``` {% markmap 300px %} # Testa ## test1 ## test2 # Testb ## test1 ## test2 {%endmarkmap%} ``` you will got: 你会得到:
# In fact…… 事实上…… i did not coding so much……here i am the script kiddies in coding. 这个插件我并没有写太多代码,我就是个脚本小子草。