#Welcome to My Blog!
This is my first blog post using Astro’s content collections. Let me show you what’s possible with Markdown.
#Features
- Easy to write
- Supports syntax highlighting
- Type-safe frontmatter
- Fast builds
#Code Example
Here’s a simple JavaScript example:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World'));
#Lists
Ordered list:
- First item
- Second item
- Third item
Unordered list:
- Coffee
- Tea
- Milk
#Conclusion
This is just the beginning. More posts coming soon!