Comments
# Heading 1
## Heading 2
### Heading 3
##### Heading 4
###### Heading 5
####### Heading 6
_Italic Text should be wrapped with single underscores_
*Italic Text can also be wrapped with single asterisks*
Italic Text can also be wrapped with single asterisks
**Bold Text should be wrapped with double asterisks**
__Bold Text can also be wrapped with double underscores__
Bold Text should be wrapped with double asterisks
~~Strike-Through Text should be wrapped with double tildes~~
Strike-Through Text should be wrapped with double tildes
> A Block-Quote should start with a greater than sign (>)
> A Block-Quote should start with a greater than sign (>)
* Item 1
* Item 2
* Item 3
* Nested Item 1
* Nested Item 2
Item 1
Item 2
Item 3
Nested Item 1
Nested Item 2
1. Item 1
2. Item 2
3. Item 3
1. Nested Item 1
2. Nested Item 2
Item 1
Item 2
Item 3
Nested Item 1
Nested Item 2
* For inline code, we wrap the code in back-ticks (``)
```
function greetUser(){
console.log('Hello User');
}
```
funtion greetUser(){
console.log('Hello User');
}
``` diff
+ add it
- delete it

[display_name](url "link_text")
| Character | Anime |
| :-------: | :---: |
| Eren Yeager | AOT |
| Naruto Uzumaki | Naruto |
Character
Anime
Eren Yeager
AOT
Naruto Uzumaki
Naruto
- [ ] This task is incomplete
- [x] This task is complete