Skip to content

Instantly share code, notes, and snippets.

@nevcos
Last active April 27, 2022 21:53
Show Gist options
  • Save nevcos/f508b716ba1ee5acf50128539928c85c to your computer and use it in GitHub Desktop.
Save nevcos/f508b716ba1ee5acf50128539928c85c to your computer and use it in GitHub Desktop.
gist description
sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!
Loading
class A {
name
}
A -> A
class B {
prop
}
B -> B
# Slide 1
* Test content 1
* Content 2
* Content 3
---
# Slide 2
* Content on slide 2
* Other content on slide 2
hello world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment