# Main Title (H1)
This is the opening paragraph. It introduces the topic and gives some context.
Markdown makes structuring text simple and clean.
## Subheading (H2)
Here’s a second paragraph under a subheading.
You can format text with **bold**, *italic*, or even combine ***both***.
### Features (H3)
Markdown supports lists:
- Easy to read and write
- Works on most platforms
- Supports **nested lists**:
- Sub-item 1
- Sub-item 2
### Numbered Steps (H3)
You can also create ordered lists:
1. Write your text
2. Format with Markdown
3. Preview the result
4. Share it anywhere