Skip to content

Instantly share code, notes, and snippets.

@colliand
Created March 27, 2015 20:07
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 colliand/fde5141308d68a7a89a6 to your computer and use it in GitHub Desktop.
Save colliand/fde5141308d68a7a89a6 to your computer and use it in GitHub Desktop.
<script src="https://cdn.rawgit.com/knsv/mermaid/0.3.0/dist/mermaid.full.js"></script>
### Add student metadata
<div class="mermaid">
graph TB
A(Dashboard) -->|Click| B(Students)
B -->|Click| D(Upload metadata)
D -->|Select CSV file| B
style A fill:#867cb8,stroke:#333,stroke-width:2px;
style B stroke:#333,stroke-width:2px;
style D fill:#40a8c3,stroke:#333,stroke-width:2px;
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment