taylorrolfe / Test

First repo to house MD syntax cheat sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

*This text* is italic <-- backslash to escape

This text is italic

This text is strong

This text is strong

This text is Strikethrough



This is a quote

Link to site Link to site

  • Item 1
  • Item 2
  • Item 3
    • Nested item 1
    • 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(num1, num2){
      return num1 + num2
  }
  def add(num1, num2):
      return num1 + num2
  }
Name Email
John Doe john@gmail.com
Jane Doe jane@gmail.com
  • Task 1
  • Task 2
  • Task 3

About

First repo to house MD syntax cheat sheet


Languages

Language:JavaScript 100.0%