Commit 2d954c55 by 叶璐泽

Update test.md

parent e10f066e
...@@ -24,3 +24,12 @@ sequenceDiagram ...@@ -24,3 +24,12 @@ sequenceDiagram
deactivate adm deactivate adm
``` ```
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment