Testing mdx default
MDX Default Ext Test
Write your blog post content here using Markdown syntax.
Introduction
Start with an engaging introduction that hooks your readers.
Note
This is a Page Bundle! You can place images in this folder (e.g., `./hero.png`) and reference them directly.
Features Showcase
Admonitions
Tip
Use these callouts to highlight important info!
Warning
Be careful with these configurations.
Code Blocks
// Modern Mac-style code blocks
const greeting = signal('Hello World');
effect(() => console.log(greeting()));
Main Content
Section 1
Your content goes here...
Section 2
More content...
Conclusion
Wrap up your post with a compelling conclusion.
Written with ❤️ using Claude Blog
Loading comments...