Markdown
- Why we use mark down?
Markdown is gaining popularity among writers, developers, and content creators due to its versatility. It is a free markup language you can use to format plain text and generate different outputs. It implies that you do not have to invest in expensive software anymore to create and publish diverse content
The Markdown elements outlined in the original design document.
The syntax is really simple. If you know how to compose a hashtag or make an emoticon, you can use Markdown.
# heading
## heading
### heading
#### heading
##### heading
###### heading
heading
heading
heading
heading
heading
heading
we have six heading.
- bold tag
**Bold**
__Bold__
- Bold Bold
italic
*italic* _italic_
How link works in markdown
[Link here](here url link)
here any page image or something else.
![Mascot](https://learncodeonline.in/mascot.png)
- bullet sign if you use below.
- hyphen sign after one space
- if we use any other programming language like python , javascript etc.
write 3 backtics and just name of the programing language
'''javascript
# here wirte the markdown
'''