·1 min read
Testing MDX Integration
Testing if MDX integration works correctly in the blog setup.
mdxintegrationtesting
This is a test post to verify that MDX integration is functioning as expected within the blog framework.
Table
| Feature | Status |
|---|---|
| MDX Support | ✅ Working |
| Syntax Highlighting | ✅ Working |
| Image Embedding | ✅ Working |
Code Block
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("MDX Tester"));Callout
Note: This is a test callout to ensure that blockquotes and callouts render correctly in MDX.