Welcome to our first blog post! This is a test to verify that MDX is working correctly with Next.js App Router.
This post demonstrates:
Here's some basic markdown content:
Inline code
worksfunction greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("MDX Blog"));
Since this is MDX, we can include JSX components:
Note: This is a custom styled callout using Tailwind classes directly in MDX!
If you can see this post with proper formatting, then the MDX blog setup is working correctly!
The blog is now ready for:
Published: August 29, 2024