This is a test post to verify that our MDX blog system is working correctly. Let's try out various MDX features.
Here's a TypeScript code block:
interface User {
id: string;
name: string;
email: string;
}
function greetUser(user: User) {
console.log('Hello, ' + user.name + '!');
}
This is a blockquote to test the styling. It should look nice and stand out from regular text.
You can visit our website or check out our services and solutions.
| Feature | Status | Notes |
|---|---|---|
| MDX Support | Working | Using next-mdx-remote |
| Syntax Highlighting | Working | Using rehype-prism |
| Image Support | Working | Using next/image |

We can also use custom React components in our MDX posts!