-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into release/8.14.0
- Loading branch information
Showing
6 changed files
with
789 additions
and
782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ __下面是一些使用 Mermaid 和类 Markdown 语法创建的图表示例。 | |
</td></tr> | ||
<tr> | ||
<td><pre> | ||
graph TD | ||
flowchart TD | ||
A[Hard] -->|Text| B(Round) | ||
B --> C{Decision} | ||
C -->|One| D[Result 1] | ||
|
@@ -207,6 +207,10 @@ Mermaid 是一个不断发展中的社区,并且还在接收新的贡献者。 | |
|
||
关于如何贡献的详细信息可以在 [贡献指南](CONTRIBUTING.md) 中找到。 | ||
|
||
## 报告漏洞 | ||
|
||
如果想要报告漏洞,请发送邮件到 [email protected], 并附上问题的描述、复现问题的步骤、受影响的版本,以及解决问题的方案(如果有的话)。 | ||
|
||
## 鸣谢 | ||
来自 Knut Sveidqvist: | ||
>*特别感谢 [d3](http://d3js.org/) 和 [dagre-d3](https://github.com/cpettitt/dagre-d3) 这两个优秀的项目,它们提供了图形布局和绘图工具库! * | ||
|
Oops, something went wrong.