Update example2.md

This commit is contained in:
Dmitry 2025-06-23 20:35:54 +03:00 committed by GitHub
parent 0b2eb63dec
commit a0eb1947dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,9 @@
### example2
``` mermaid
flowchart LR
subgraph Основные процессы
A[Процесс A] --> B[Процесс B]
end
C[Процесс C] --> A
```