Skip to content

Instantly share code, notes, and snippets.

@scottcagno
Created August 19, 2022 21:30
Show Gist options
  • Save scottcagno/61a6d7150f2dc07ef860b6131c42bdbd to your computer and use it in GitHub Desktop.
Save scottcagno/61a6d7150f2dc07ef860b6131c42bdbd to your computer and use it in GitHub Desktop.
Sample markdown File

Table of Contents

Item 1

This is item number one

Item 2

This is item number two

Item 3

This is item number three

graph TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]
Loading
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment