Hello, world
This is a starter post bundled at runtime with mdx-bundler.
What you can do
- Write markdown and JSX together.
- Import components from your project.
- Add metadata via frontmatter.
Example component usage
You can replace this with any custom component exposed to MDX.
function Hello() {
return <p>Hello from MDX!</p>
}