Mermaid:Demo-For-Stefano
From Dan Shearer CV
graph LR
StefanoCircle((Stefano is king)) -- arrow to right --> Box1[First box]
StefanoCircle -- a second arrow --> Box2[Look! Box number 2]
StefanoCircle -- arrows are boring --> Box3[A silly third box] -- which leads to the last one --> Box4[The END!]
classDef green fill:#9f6,stroke:#333,stroke-width:2px;
classDef orange fill:#f96,stroke:#333,stroke-width:4px;
classDef blue fill:#99f,stroke:#333,stroke-width:2px;
class Box1,Box2 green
class Box3,Box4 blue
class StefanoCircle orange
graph LR StefanoCircle((Stefano is king)) -- arrow to right --> Box1[First box] StefanoCircle -- a second arrow --> Box2[Look! Box number 2] StefanoCircle -- arrows are boring --> Box3[A silly third box] -- which leads to the last one --> Box4[The END!] classDef green fill:#9f6,stroke:#333,stroke-width:2px; classDef orange fill:#f96,stroke:#333,stroke-width:4px; classDef blue fill:#99f,stroke:#333,stroke-width:2px; class Box1,Box2 green class Box3,Box4 blue class StefanoCircle orange