Skip to content

Instantly share code, notes, and snippets.

View nevcos's full-sized avatar

Filipe Costa nevcos

View GitHub Profile
@nevcos
nevcos / markdown.md
Last active April 27, 2022 21:53
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--&gt;&gt;Alice: Great!