Markdown Cheatsheet
Heading
# H1
### H3
.
.
###### H6
H1
H3
. .
H6
Bold
**bold text**
bold text
Italic
*italicized text*
italicized text
Blockquote
> blockquote
blockquote
Ordered List
1. First item 2. Second item 3. Third item
- First item
- Second item
- Third item
Unordered List
- First item - Second item - Third item
- First item
- Second item
- Third item
Code
`code`
code
Horizontal Rule
---
Link
[My Website](https://rajasekharguptha.github.io)
Image
![Image](/assets/sampleimage.jpg)
Table
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
| Syntax | Description | | ———– | ———– | | Header | Title | | Paragraph | Text |
Fenced Code Block
{
"Name": "Name",
"mail": mail
mail
}
Heading ID
### Heading {#id}
Heading
Strikethrough
~~The line is striked.~~
The line is striked.
Task List
- [ ] Not Checked
- [x] Checked
- Not Checked
- Checked