Files

12 lines
216 B
Plaintext
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
# 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