Blog
My First Blog Post
This is my first blog post using Astro and MDX!

Welcome to My Blog!
This is an example blog post written in MDX. You can use all the power of Markdown plus React components!
Why MDX is Amazing
- Write content in Markdown
- Use React components when needed
- Best of both worlds!
// You can even include code blocks!
const greeting = "Hello, World!";
console.log(greeting);
Adding Images
You can add images from your public folder or external sources:
Formatting
You can use all the standard Markdown formatting:
- Bold text
- Italic text
Strikethrough-
Blockquotes
- And much more!