JSPM

  • Created
  • Published
  • Downloads 36
  • Score
    100M100P100Q72680F
  • License MIT

A hexo plugin insert mindmap in your hexo blog by markmap (new rebuild).

Package Exports

  • hexo-markmap
  • hexo-markmap/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hexo-markmap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

English | 简体中文 |

依赖于 markmap,灵感来自 hexo-simple-mindmap

1.0版本全新发布,重构了大部分代码(其实本来也没多少),并且去除了markdown-it&markdown-it-markmap。欢迎大家更新

NPM

hexo-markmap

在你的博客中使用markdown插入思维导图,使用markmap。

现已经支持 Katex、链接、代码块、markdown 语法的渲染!

更多预览和说明见 我的博客.

安装

npm install hexo-markmap

yarn add hexo-markmap

使用

{% markmap 300px %}
- Testa
  - test1
  - test2
- Testb
  - test1
  - test2
{%endmarkmap%}