Skip to content

Instantly share code, notes, and snippets.

@xputerax
Created June 8, 2019 09:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xputerax/d5e03ac1c8ba90e55a6a6865d559a650 to your computer and use it in GitHub Desktop.
Save xputerax/d5e03ac1c8ba90e55a6a6865d559a650 to your computer and use it in GitHub Desktop.
Markdown cheat sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic

This text is italic

This text is strong

This text is strong

This text is strikethrough



This is a quote

Traversy Media

Traversy Media

  • Item 1
  • Item 2
  • Item 3
    • Nested item 1
    • Nested item 2
    • Nested item 3
  1. Item 1
  2. item 2
  3. item 3
  4. item 4

<p>this is a paragraph</p>

Markdown logo

    npm install
    npm start
    function add(a, b) {
        return a + b;
    }
    def add(a, b):
        return a + b
Name Email
John doe aiman2301@gmail.com
  • task 1
  • task 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment