Last active
December 15, 2015 10:39
-
-
Save thomasboyt/5247752 to your computer and use it in GitHub Desktop.
JSSD Gist thing test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alice->Bob: Hello Bob, how are you? | |
Note right of Bob: Bob thinks | |
Bob-->Alice: I am good thanks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note left of A: Note to the\n left of A | |
Note right of A: Note to the\n right of A | |
Note over A: Note over A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title: Here is a title | |
A->B: Normal line | |
B-->C: Dashed line | |
C->>D: Open arrow | |
D-->>A: Dashed open arrow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment