π Welcome to the MDX Features Showcase
This post is designed to test all the cool features available in your blog built with Next.js App Router, TypeScript, and MDX.
β¨ Text Formatting
You can use bold text, italic text, or even bold + italic.
Hereβs a horizontal rule:
π Links
- Visit Next.js Docs
- Tailwind CSS
- Relative links also work: Back to Blog
π Lists
Unordered List
- Fast β‘
- Flexible π¨
- Developer-Friendly π§βπ»
Ordered List
- Install dependencies
- Create your project
- Deploy on Vercel
π¬ Blockquotes
"Great software is built step by step β not all at once."
πΌοΈ Images
You can embed images:

π§βπ» Code Blocks
Hereβs a JavaScript example:
function greet(name) {
  return `Hello, ${name}!`
}
console.log(greet("MDX World"))