Files
bun.sh/packages/bun-build-mdx-rs/input/page4.mdx

12 lines
216 B
Plaintext

# Hello World
This is a sample MDX file that demonstrates various MDX features.
## Components
You can use JSX components directly in MDX:
<Button onClick={() => alert("Hello!")}>Click me</Button>
## Code Blocks