文件名称:hexo-filter-mermaid-diagrams:六人鱼的美人鱼图
文件大小:159KB
文件格式:ZIP
更新时间:2024-05-27 12:19:41
JavaScript
六重过滤器美人鱼图
从文本生成图表和流程图的方式与降价类似。 Mermaid插件正在使用mermaid.js!
流程图
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
顺序图
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts
prevail...
John-->>Alice: Great!
John->>Bob: How
【文件预览】:
hexo-filter-mermaid-diagrams-master
----.gitignore(607B)
----package.json(822B)
----index.js(1KB)
----README.md(4KB)
----lib()
--------render.js(658B)
----img()
--------git.png(15KB)
--------gantt.png(16KB)
--------class.png(26KB)
--------flow.png(6KB)
--------sequence.png(30KB)
--------header.png(69KB)
----yarn.lock(422B)