Skip to content

Latest commit

 

History

History
90 lines (53 loc) · 1.01 KB

File metadata and controls

90 lines (53 loc) · 1.01 KB

Heading 1

Heading 2

Heaading 3

Heading 4

Heading 5
Heading

this is a text in italic this is a text in italic

this text is bold this text is bold

this text is both italic and bold

this text is strikethrough



this is a blockquote

Google

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

<p> this is a para </p>

Image

function add(a, b) {
  return a + b;
}
npm start

npm run build
def add(a,b):
  return (a+b)

©