Skip to content

考虑添加更多的 mermaid 格式的图表 #22

Description

@Mq-b

mermaid 相比于传统制作的图表具有简单、可移植、随时渲染,以及方便修改。

只需要使用简单的 Markdown 语法就可以渲染可定制的图表,以及可视化效果:

graph LR
A --> B
Loading

代码如下:

```mermaid
graph LR
A --> B
```

我们可以在本项目添加更多的这样的表格,可以更加的直观。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions