Skip to content
代码片段 群组 项目
未验证 提交 da4ce32d 编辑于 作者: Peter Leitzen's avatar Peter Leitzen
浏览文件

Fix two mermaid flowcharts in GLFM specification

上级 b8984e9b
No related branches found
No related tags found
无相关合并请求
...@@ -691,7 +691,7 @@ subgraph input ...@@ -691,7 +691,7 @@ subgraph input
E((GLFM static<br/>renderer implementation)) --> B E((GLFM static<br/>renderer implementation)) --> B
F((GLFM WYSIWYG<br/>renderer implementation)) --> B F((GLFM WYSIWYG<br/>renderer implementation)) --> B
end end
subgraph output:<br/>test results/output subgraph "output:<br/>test results/output"
C --> G[spec_tests.py output] C --> G[spec_tests.py output]
end end
``` ```
...@@ -760,10 +760,10 @@ end ...@@ -760,10 +760,10 @@ end
subgraph script: subgraph script:
A{run-snapshopt-tests.sh} -->|invokes| B A{run-snapshopt-tests.sh} -->|invokes| B
end end
subgraph output:<br/>test results/output subgraph "output:<br/>test results/output"
B --> H[rspec+jest output] B --> H[rspec+jest output]
end end
subgraph input:<br/>YAML subgraph "input:<br/>YAML"
C[examples_index.yml] --> B C[examples_index.yml] --> B
D[markdown.yml] --> B D[markdown.yml] --> B
E[html.yml] --> B E[html.yml] --> B
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册