Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否增加 时序图 和 流程图的支持? #22

Open
xrain0610 opened this issue Apr 25, 2016 · 1 comment
Open

能否增加 时序图 和 流程图的支持? #22

xrain0610 opened this issue Apr 25, 2016 · 1 comment

Comments

@xrain0610
Copy link

目前是否支持TOC?
能否增加 时序图和流程图支持?
http://bramp.github.io/js-sequence-diagrams/,
http://adrai.github.io/flowchart.js/

@ben0oil1
Copy link

这个你自己魔改一下即可,我现在的方案时在前端引用mermaid.js解析库,然后在解析代码的时候判断一下标记。
如果语法识别为mermaid,则按照前端解析为符合类库格式的代码:

<pre class="mermaid">
    graph LR
    A --- B
    B-->C[fa:fa-ban forbidden]
    B-->D(fa:fa-spinner);
</pre>

用同样的方式,我适配了eCharts,功能强大。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants