Diagrams

Raccolta di esempi, esercizi, snippets.

A->B:Hi C for me ! B-->A:With pleasure B->C:A says hello

st=>start: Start plugin e=>end: End op1=>operation: Development|success sub1=>subroutine: Add features|success cond=>condition: It is cool?|invalid io=>inputoutput: Update for users|calm st->op1->cond cond(yes)->io->e cond(no)->sub1(right)->op1

graph TB sq[Square shape] --> ci((Circle shape)) subgraph A subgraph od>Odd shape]-- Two line
edge comment --> ro di{Diamond
line break} -.-> ro(Rounded
square
shape) di==>ro2(Rounded square shape) end classDef green fill:#9f6,stroke:#333,stroke-width:2px; classDef orange fill:#f96,stroke:#333,stroke-width:4px; class sq,e green class di orange