Everything You Need to Know About Markdown...
Markdown Cheat Sheet
Headings
To Give Heading we use # sign in readme.md file
# Heading 1
## Heading 2
## Heading 3
Output
Heading 1
Heading 2
Heading 3
BOLD
To Give BOLD to text we use * sign in readme.md file
**bold text**
Output
bold...
jiteshgadage.hashnode.dev2 min read