Skip to content

Instantly share code, notes, and snippets.

@nim65s
Created July 24, 2020 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nim65s/4abb0a30dd5c90d0ac3f8b48e4facde5 to your computer and use it in GitHub Desktop.
Save nim65s/4abb0a30dd5c90d0ac3f8b48e4facde5 to your computer and use it in GitHub Desktop.
test mermaid
graph TD
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