My New Page
This is my new page content. You can use:
- Regular Markdown syntax
- Bold and italic text
- Lists and tables
- Code blocks
// You can even include code blocks
const hello = 'world';
console.log(hello);
React Components
You can also use React components in MDX files:
- First Tab
- Second Tab
Content of first tab
Content of second tab