adampielach / markdown-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The original reference for Markdown: John Gruber's original spec

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic

This is italic

This text is strong

This text is also strong

This text is strikethrough



This is a quote

Google

Google with title on hover.

  • Item 1
  • Item 2
  • Item 2
    • Nested Item 1
    • Nested Item 2
  1. Item 1
  2. Item 2
  3. Item 3

<p>This is a paragraph</p>

IMAGES

You attach an image with: ![alt_text](URL "title").

Markdown logo

Image can also be referenced with [reference_name]: URL.

You just have to specify image like ![alt_text][reference_name].

Markdown logo

    npm install

    npm start
    function add(num1, num2) {
        return num1 + num2;
    }
    def add(num1, num2):
        return num1 + num2
Name Email
Adam Pielach adampielach@gmail.com
Traversy Media support@traversymedia.com
  • Task 1
  • Task 2
  • Task 3

About