Test 1
# Main Heading
## Subheading
Bold text and italic text
- List item 1
- List item 2
- Nested item
1. Numbered list
2. Second item
inline code
```javascript
// Code block with syntax highlighting
function hello() {
console.log("Hello, world!");
}
```
| Column 1 | Column 2 |
|----------|----------|
| Data 1 | Data 2 |
Strikethrough text
- [x] Completed task
- [ ] Pending task