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 b03d319 commit 3e6acee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 --> <a href='http://google.com'>B</a>;
B ---->|No| E[Yay!];
D --> B;
B ---->|No| E[Y<a href='http://google.com'>ay</a>!];
```

0 comments on commit 3e6acee

Please sign in to comment.