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
- Item1
- Item 2
- Nested Item
- Nested Nested Item
- Nested Item
- Item 1
- Item 1
- Item 1
<p> this is a para </p>
function add(a, b) {
return a + b;
}npm start
npm run builddef add(a,b):
return (a+b)©
