Skip to content

Instantly share code, notes, and snippets.

@LuisQBlanco
Created May 3, 2020 03:26
Show Gist options
  • Save LuisQBlanco/eb79086b87beb34e4bd706575ba709cc to your computer and use it in GitHub Desktop.
Save LuisQBlanco/eb79086b87beb34e4bd706575ba709cc to your computer and use it in GitHub Desktop.
Markdown snippets

this is a test

Headings 1

Headings 2

Headings 3

Headings 4

Headings 5
Headings 6

This Text is italic

This text is italic

This Text is Strong

This text is Strong

This test is Strikethrough



* Show character *

This is a quote

Traversy Media

Traversy Media

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

<p>This is a paragraph</p>

Markdown Logo

    npm install


    npm start
function add(num1, num2) {
    return num1 + num2;
}
def add(num1,num2):
    return num1 + num2
Name Email
John Doe john@gmail.com
John Doe john@gmail.com
  • Task 1
  • Task 2
  • Task 3

Information from: Markdown Crash Course

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment