Headings
# H1
## H2
### H3
#### H4
##### H5
Heading IDs
### H3 {#ID}
Bold
Bold text
**Bold text**
Italic
Italic text
*Italic text*
Bold and Italic
Really important
***Really important***
Blockquotes
No pains,no gains.
>No pain,no gain.
Blockquotes with Multiple Paragraphs
No pains,no gains.
Never say die.
>No pains,no gains.
>
>Never say die.
Nested Blockquotes
No pains,no gains.
Never say die.
>No pains,no gains.
>
>>Never say die.
Blockquotes with Other Elements
Title
- Paragraph1
- Paragraph2
Nothing is impossible.
>### Title
>
>- Paragraph1
>- Paragraph2
>
>*Nothing* is **impossible**.
Lists
Ordered Lists
- First item
- Second item
- Third item
- Indented item1
- Indented item2
1. First item
2. Second item
3. Third item
1. Indented item1
2. Indented item2
Unordered Lists
- First item
- Second item
- Third item
- Indented item1
- Indented item2
- First item
- Second item
- Third item
- Indented item1
- Indented item2
Task Lists
- item1
- item2
- item3
- [x] item1
- [ ] item2
- [ ] item3
Adding Elements in Lists
Paragraphs
First item
Second item
I need to add another paragraph below the second list item.
Third item
- First item
- Second item
I need to add another paragraph below the second list item.
- Third item
Blockquotes
First item
Second item
I need to add another paragraph below the second list item.
Third item
- First item
- Second item
I need to add another paragraph below the second list item.
- Third item
Code
This is a code.
`This is a code.`
Escaping Backticks
Use code
in your Markdown file.
Use `code` in your Markdown file.
Horizontal Rules
***
---
Links
[Description](Url)
Adding Titles
[Description](https://www.example.com "Titles")
URLs and Email Addresses
<https://www.example.com>
<[email protected]>
Formatting Links
This is the Description
This is the **[Description](https://www.example.com)**
Reference-style Links
It was collected by example
It was collected by [example][1]
[1]:https://www.example.com
Images

Tables
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
| Syntax | Description |
| :-----------: | :-----------: |
| Header | Title |
| Paragraph | Text |
Alignment:
Left,Center,Right
|:---|,|:---:|,|---:|
Fenced Code Blocks
Code1
Code2
Code3
```
Code1
Code2
Code3
```
Footnotes
Here is a simple footnote.1
Strikethrough
Words
~~Words~~
Emoji
That is so funny! 😂
That is so funny! :joy:
:emoji shortcodes:
Highlight
==Words==
Subscript
H~2~O
Superscript
X^2^
This is the first footnote. ↩︎