Flowchart
flowchart TD
A[Christmas] --> |Get money| B(Go shopping)
B --> C{Let me think}
C --> |One| D[Laptop]
C --> |Two| D[iPhone]
C --> |Three| D[fa:fa-car Car]
Directions
LF: left-to-rightBT: bottom-to-top
Blocks
A[block]: squareA(block): roundA{block}: diamond
Labels
A --> |Do something| B