Create example.md

This commit is contained in:
Dmitry 2025-06-23 20:25:46 +03:00 committed by GitHub
parent c571029a29
commit 2b29e6afa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
### mermaid example
```mermaid
sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
```