We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前是否支持TOC? 能否增加 时序图和流程图支持? http://bramp.github.io/js-sequence-diagrams/, http://adrai.github.io/flowchart.js/
The text was updated successfully, but these errors were encountered:
这个你自己魔改一下即可,我现在的方案时在前端引用mermaid.js解析库,然后在解析代码的时候判断一下标记。 如果语法识别为mermaid,则按照前端解析为符合类库格式的代码:
<pre class="mermaid"> graph LR A --- B B-->C[fa:fa-ban forbidden] B-->D(fa:fa-spinner); </pre>
用同样的方式,我适配了eCharts,功能强大。
Sorry, something went wrong.
No branches or pull requests
目前是否支持TOC?
能否增加 时序图和流程图支持?
http://bramp.github.io/js-sequence-diagrams/,
http://adrai.github.io/flowchart.js/
The text was updated successfully, but these errors were encountered: