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
|