Skip to content

Instantly share code, notes, and snippets.

@psatler
Created June 12, 2018 02:16
Show Gist options
  • Save psatler/8ec3100d097c489e3607e95ce7d0b787 to your computer and use it in GitHub Desktop.
Save psatler/8ec3100d097c489e3607e95ce7d0b787 to your computer and use it in GitHub Desktop.

From Traversy Media Markdown Crash Course

heading 1

heading 2

heading 3

heading 4

heading 5
heading 6

This is italic *This is italic* scaped to show asterix

This is italic

This is italic

This is italic

This text is strikethrough



This is quote

Pablo's Github profile

Pablo's Github profile

  • item 1
  • item 2
    • Nested item 1 (just tab over)
    • Nested item 2
  1. Item 1
  2. Item 2
  3. Item 3

<p> This is a paragraph </p>

Markdown Logo

    npm install

    npm start
    function add(x, y) {
        return x + y;
    }
    def add(x, y):
        return x + y
Name Email
John Doe john@gmail.com
Fulano fulano@gmail.com
  • Task 1
  • Task 2
  • Task 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment