Skip to content

Latest commit

 

History

History
146 lines (87 loc) · 1.85 KB

output.md

File metadata and controls

146 lines (87 loc) · 1.85 KB

This is level 1 heading

Level 2 Heading

Level 3 Heading


This text will be italicized

This entire line will be in italics.


This text will appear strong

This entire line will appear strong

Mix of both


This text will be striked through


*Here I am showing the symbols*


I am inside a block quote which is used to give context


mailwithouttitle

mailwithtitle


  • Item 1
  • Item 2
    • Item 2.1
    • Item 2.2

  1. Ordered 1
  2. Ordered 2
    1. Ordered 2.1
    2. Ordered 2.2

<p>This is an inline code block</p>


Markdown Logo


npm start
npm install
Code blocks example in github
void add(int a, int b){
    return a+b;
}

First Name Last Name Email
Left Alignment Center Aligned Right aligned
Roshan Mhatre officialroshanm@gmail.com

This is used for Code highlighting
const name = "Roshan Mhatre";

console.log(name);

This is used to show difference
- const name = "Roshan Mhatree";
+ const name = "Roshan Mhatre";

console.log(name);

Click to view details
  • This is used to wrap a large amount of data or section
  • If you reached here, Great!!!!!!!!
  • A star would be appreciated😍