Skip to content

Instantly share code, notes, and snippets.

@tolland
Last active June 11, 2018 13:06
Show Gist options
  • Save tolland/8a2561f0c6f08e21c82a7389b180aa98 to your computer and use it in GitHub Desktop.
Save tolland/8a2561f0c6f08e21c82a7389b180aa98 to your computer and use it in GitHub Desktop.
ASCII HTML
Single backticks 'Isn't this fun?' 'Isn't this fun?'
Quotes "Isn't this fun?" "Isn't this fun?"
Dashes -- is en-dash, --- is em-dash -- is en-dash, --- is em-dash
graph LR
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D
Loading
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?
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment