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 text/ is escaped

This is a quote

This is the link

This is the link

  • 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>

<h1>This is a header</h1>

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@doe.org
John Foe john@foe.org
John Moe john@moe.org
  • Task 1
  • Task 2
  • Task 3