Tested mermaid

This commit is contained in:
The Wobbler 2025-03-15 17:34:07 +01:00
parent 7c6fa43838
commit 9bdf8c8ab4

View file

@ -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
```