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

  1. Write content in Markdown
  2. Use React components when needed
  3. 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:

Description

Formatting

You can use all the standard Markdown formatting:

  • Bold text
  • Italic text
  • Strikethrough
  • Blockquotes

  • And much more!