Markdown Cheatsheet

A Short cheatsheet for commonly used markdown elements

Tag     Markdown Syntax

Heading

# h1
## h2
### h3
 

Bold

** bold text **
 

Italic

* italic text *
 

Blockquote

> blockquote
 

Ordered List

1. First item
2. Second item
3. Third item
 

UnOrdered List

- First item
- Second item
- Third item
 

Code

` code `
 

Horizontal Rule


 

Link

[ title ]( https://www.example.com )
 

Image

![ alt text ]( image.jpg )
 
…………………………………………………… ……………………………………………..


Written on July 30, 2021