Getting Started with Next.js and MDX
March 15, 2024 • John Doe
Learn how to set up a blog using Next.js App Router and MDX
nextjsmdxreact
Welcome to My Blog
This is an example MDX blog post. You can write markdown and use React components!
Features
- Server-side rendering
- Static site generation
- Custom components
- Syntax highlighting
const greeting = "Hello, World!";
console.log(greeting);
This is a blockquote with some important information.
You can also use images and other media in your posts.
Custom Components
You can import and use React components directly:
This is a custom styled div!