hexo sequence

1
2
3
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
Read more

hexo-plugin-sequence

hexo-filter-sequence

Generate UML sequence diagrams for Hexo.

Install
1
npm install --save hexo-filter-sequence
Config

In your site’s _config.yml:

1
2
3
4
5
6
7
8
9
sequence:
# webfont: # optional, the source url of webfontloader.js
# snap: # optional, the source url of snap.svg.js
# underscore: # optional, the source url of underscore.js
# sequence: # optional, the source url of sequence-diagram.js
# css: # optional, the url for css, such as hand drawn theme
options:
theme:
css_class:
Read more