From 9bdf8c8ab415185f7e677879e97151607774a445 Mon Sep 17 00:00:00 2001 From: Wobbl Date: Sat, 15 Mar 2025 17:34:07 +0100 Subject: [PATCH] Tested mermaid --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6acbdc9..60adeca 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,20 @@ This line was commited from the mirror repo. (Test-Synced). > [!WARNING] -> This is a warning. \ No newline at end of file +> This is a warning. + +Mermaid example diagram: + +```mermaid +gitGraph + commit + commit + branch develop + checkout develop + commit + commit + checkout main + merge develop + commit + commit +``` \ No newline at end of file