Skip to content

Instantly share code, notes, and snippets.

@lhorie
Created June 9, 2022 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lhorie/8839235c344586bd96a615716abb6262 to your computer and use it in GitHub Desktop.
Save lhorie/8839235c344586bd96a615716abb6262 to your computer and use it in GitHub Desktop.
flow chart example
flowchart LR

A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment