
Testing MDX Configuration
Test Author
testmdx
Welcome to MDX
This is a test post to verify that MDX configuration is working correctly.
Features Being Tested
Here are the MDX features we're testing:
- Bold text and italic text
- Lists (like this one)
- Links and code blocks
- Custom component styling
Code Example
Here's some inline code: const greeting = "Hello, MDX!" and a code block:
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Links
This is an internal link and this is an external link.
Blockquote
This is a blockquote to test custom styling. It should have a nice border and background.
Horizontal Rule
Conclusion
If you can see this post with proper styling, MDX is configured correctly!
