Created
October 21, 2019 15:05
-
-
Save oscarvarto/851816f6f9f866b5826794225d4189eb to your computer and use it in GitHub Desktop.
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
* Hello | |
#+begin_src mermaid :file hello.png | |
sequenceDiagram | |
Alice ->> Bob: Hello Bob, how are you? | |
Bob-->>John: How about you John? | |
Bob--x Alice: I am good thanks! | |
Bob-x John: I am good thanks! | |
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row. | |
Bob-->Alice: Checking with John... | |
Alice->John: Yes... John, how are you? | |
#+end_src | |
#+RESULTS: | |
[[file:hello.png]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment