Skip to content

Commit

Permalink
Update mermaid-diagram-test1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantier authored Aug 23, 2024
1 parent b05ec2d commit b03d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mermaid-diagram-test1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ graph LR
A[Start] --> B{Error?};
B -->|Yes| C[Hmm...];
C --> D[Debug];
D --> B;
D --> <a href='http://google.com'>B</a>;
B ---->|No| E[Yay!];
```

0 comments on commit b03d319

Please sign in to comment.