From be3d094e30baa21e928d6ea56ad3ea8fd0f0f946 Mon Sep 17 00:00:00 2001 From: medusa Date: Sun, 18 Feb 2024 23:00:44 +0000 Subject: [PATCH] Update docs/random_docs/Mermaid.md --- docs/random_docs/Mermaid.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/random_docs/Mermaid.md b/docs/random_docs/Mermaid.md index bda3787..f04460e 100644 --- a/docs/random_docs/Mermaid.md +++ b/docs/random_docs/Mermaid.md @@ -89,6 +89,19 @@ graph TD; style B fill:#bbf,stroke:#f66,stroke-width:2px ``` +```mermaid +gitGraph + commit + commit + branch develop + commit + commit + commit + checkout main + commit + commit +``` + ## Conclusion Mermaid is a powerful tool for creating diagrams directly within your Markdown documents. By learning its syntax and exploring different diagram types, you can enhance your documentation with visual elements that are easy to maintain and update. For more detailed information and advanced features, refer to the [Mermaid Documentation](https://mermaid-js.github.io/mermaid/#/).