# H1
## H2
### H3
#### H4
##### H5
###### H6
---
**bold**
*italic*
~~strikethrough~~
---
1. First ordered list item
2. Second item
3. Third item
1. Indented item
2. Indented item
---
- First unordered list item
- Second item
- Third item
- Indented item
- Indented item
---
[Link](https://www.kaggle.com)
![Image](https://www.kaggle.com/static/images/site-logo.png)
---
> Blockquote
---
\`inline code\`
\`\`\`python
print("Hello, World!")
\`\`\`
---
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
---
Horizontal Rule
---
Line Break
<br>
---
> [!NOTE]
> This is a note
> [!TIP]
> This is a tip
> [!WARNING]
> This is a warning
> [!IMPORTANT]
> This is important
> [!CAUTION]
> This is a caution
---
<details>
<summary>Click to expand</summary>
Content
</details>
Last active
April 10, 2024 07:21
-
-
Save JPBM135/e874bd44f99351b9e9f687206a541a70 to your computer and use it in GitHub Desktop.
bold
italic
strikethrough
- First ordered list item
- Second item
- Third item
- Indented item
- Indented item
- First unordered list item
- Second item
- Third item
- Indented item
- Indented item
Blockquote
inline code
print("Hello, World!")
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Horizontal Rule
Line Break
Note
This is a note
Tip
This is a tip
Warning
This is a warning
Important
This is important
Caution
This is a caution
Click to expand
Content
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment