📄 test.md
/home/palash/git/site-assets/target/blogs/test/test.md
Language: md • Lines: 62
# H1
## H2
### H3
#### H4
##### H5
###### H6

This is **bold** text.
This is *italic* text.
This is ***bold and italic*** text.
This is ~~strikethrough~~ text.

* Item 1
* Item 2
* Item 3

- Item 1
- Item 2
- Item 3

+ Item 1
+ Item 2
+ Item 3

* Apples
* Bananas
* Oranges

1. Item 1
2. Item 2
3. Item 3

- [ ] Incomplete task
- [x] Completed task

[Link text](URL)

[Link text][link_label]

[link_label]: URL

```language
code block
```

Replace `language` with the specific programming language for syntax highlighting (e.g., `python`, `javascript`, `ruby`).

**Example:**

| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |

> This is a blockquote.

---
***
___

---
This is a section below the horizontal rule.