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/#/).