NodeName -> NextNode
Example: Start -> Login
Use # to create hierarchy levels:
Dashboard -> Features
# Features -> Profile
## Profile -> Settings
Login -> Auth?
Auth ->|Success| Dashboard
Auth ->|Failed| Retry
// This is a comment
Start -> Login
// Authentication flow