🚀 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"))