Heading 1

Heading 2

Heading 3

This text is italic This text is italic *This text* is also italic.

This text is a strong. This text is a bold.

This text is a strikethrough.




this is a quote

W3School W3School

  • Item 1
  • Item 2
  • Item 3
    • Nested Item 1
    • Nested Item 2
      • Nested item 3
  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
<div>
  <p>This is a html p tag</p>
</div>
Name Email Age City
Jhon Doe jhon@gmail.com 33 USA
Jane Doe jane@gmail.com 23 UK
  • Task 1
  • Task 2
  • Task 3

Clarusway