Update docs/random_docs/Mermaid.md

This commit is contained in:
2024-02-18 23:00:44 +00:00
parent 0133b7943e
commit be3d094e30

View File

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