mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com> Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
12 lines
216 B
Plaintext
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
|