Syntax:
# H1
## H2
### H3
#### H4
##### H5
###### H6
Italic
Bold
Strikethrough
Inline code
Syntax:
*Italic* or _Italic_
**Bold** or __Bold__
~~Strikethrough~~
`Inline code`
-
Item 1
-
Item 2
-
Sub-item
- Sub-sub-item
-
-
You can also use asterisks
Syntax:
- Item 1
- Item 2
- Sub-item
- Sub-sub-item
- You can also use asterisks
-
First
-
Second
- Sub-item
Syntax:
1. First
2. Second
1. Sub-item
Syntax:
[Link text](https://example.com)
<https://example.com>
Syntax:

Use git status
to check the repo status.
Syntax:
Use `git status` to check the repo status.
def hello():
print("Hello, World!")
Syntax:
```python
def hello():
print("Hello, World!")
```
This is a blockquote.
It can span multiple lines.
Syntax:
> This is a blockquote.
> It can span multiple lines.
- Done item
- To-do item
Syntax:
- [x] Done item
- [ ] To-do item
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
Syntax:
| Header 1 | Header 2 |
|----------|----------|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
Syntax:
---
π π π
Syntax:
:smile: :rocket: :tada:
@octocat #123 owner/repo#123
Syntax:
@octocat
#123
owner/repo#123
Click to expand
Hidden content here
Syntax:
<details>
<summary>Click to expand</summary>
Hidden content here
</details>