This is line one
Add two spaces (at the end of every line) to write in next line.
Leaving one line above.
<p> Written under backticks will display the text same </p>
- List 1
- List 2
- List 3
- Item 1
- Item 2
- Item 3
- List 1
- Nested list 1
- Nested list 2
- List 2
- Nested ol 1
- Nested ol 2
- List 3
- Item 1
- List 1
- List 2
- Item 2
- OL 1
- OL 2
- Item 3
This is blockquote
- Item 1
- Item 2
This is nested BlockQuote
- List 1
- List 2
Ending BlockQuotes
">https://tableconvert.com/markdown-generator-->
| First Name | Last Name |
|---|---|
| Bhanu | Sunka |
| Bunny | Tricky |
# Heading not appearing right
- List not appearing right
var b = "hello"
console.log(b);Add three hyphen(-) to create horizontal line
-
Install node first in your system
-
Then install markdown-it from your terminal.
npm install -g markdown-it
-
Now, convert markdown file into html
markdown-it Filename.md -o NewFileName.html

