mermaid 8.13.3 → 8.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.zh-CN.md CHANGED
@@ -23,7 +23,7 @@ Mermaid 通过减少创建可修改的图表所需要的时间、精力和工具
23
23
  你可以访问 [教程](./docs/Tutorials.md) 来查看 Live Editor 的视频教程。
24
24
  U也可以查看 [Mermaid 的集成和使用](./docs/integrations.md) 这个清单来检查你的文档工具是否已经集成了 Mermaid 支持。
25
25
 
26
- 如果想要查看关于 Mermaid 更详细的介绍及基础使用方式,可以查看如果想要查看关于 Mermaid 更详细的介绍及基础使用方式,可以查看 [入门指引](./docs/n00b-overview.md) and [用法](./docs/usage.md).
26
+ 如果想要查看关于 Mermaid 更详细的介绍及基础使用方式,可以查看 [入门指引](./docs/n00b-overview.md) and [用法](./docs/usage.md).
27
27
 
28
28
  🌐 [CDN](https://unpkg.com/mermaid/) | 📖 [文档](https://mermaidjs.github.io) | 🙌 [贡献](https://github.com/mermaid-js/mermaid/blob/develop/CONTRIBUTING.md) | 📜 [更新日志](./docs/CHANGELOG.md)
29
29
 
@@ -31,7 +31,7 @@ U也可以查看 [Mermaid 的集成和使用](./docs/integrations.md) 这个清
31
31
 
32
32
  ## 示例
33
33
 
34
- __下面是一些使用 Mermaid 和类 Markdown 语法创建的图表示例。点击[语法](https://mermaid-js.github.io/mermaid/#/n00b-syntaxReference) 查看详情__
34
+ __下面是一些使用 Mermaid 和类 Markdown 语法创建的图表示例。点击 [语法](https://mermaid-js.github.io/mermaid/#/n00b-syntaxReference) 查看详情__
35
35
  <table>
36
36
  <!-- <Flowchart> -->
37
37
  <tr><td colspan=2 align="center">
package/dist/index.html CHANGED
@@ -21,6 +21,22 @@
21
21
 
22
22
  <hr />
23
23
 
24
+ <div class="mermaid">
25
+ gantt
26
+ title Airworks roadmap
27
+ dateFormat YYYY-MM-DD
28
+ axisFormat %m-%d %a
29
+ excludes weekends, 2021-10-01,2021-10-04,2021-10-05,2021-10-06,2021-10-07
30
+ includes 2021-10-09
31
+
32
+ section Airworks 3.4.1
33
+ 开发 :b, 2021-10-07, 5d
34
+ 测试 :after b, 4d
35
+ OK :milestore
36
+ section Airworks 3.4.2
37
+ 开发 :a, 2021-10-09, 4d
38
+ 测试 :after a, 4d
39
+ </div>
24
40
  <div class="mermaid">
25
41
  gantt
26
42
  title Exclusive end dates (Manual date should end on 3d)