Tested mermaid
This commit is contained in:
parent
7c6fa43838
commit
9bdf8c8ab4
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -5,4 +5,20 @@ This line was commited from the mirror repo. (Test-Synced).
|
|||
|
||||
|
||||
> [!WARNING]
|
||||
> This is a warning.
|
||||
> This is a warning.
|
||||
|
||||
Mermaid example diagram:
|
||||
|
||||
```mermaid
|
||||
gitGraph
|
||||
commit
|
||||
commit
|
||||
branch develop
|
||||
checkout develop
|
||||
commit
|
||||
commit
|
||||
checkout main
|
||||
merge develop
|
||||
commit
|
||||
commit
|
||||
```
|
Loading…
Add table
Reference in a new issue