Welcome to my MDX page!
This is heading 2
This is heading 3
This is heading 4
This is heading 4
This is some bold and italics text.
This is a list in markdown:
- One
- Two
- Three
Checkout my React component:
hello world
export default function Hello() {
return <>hello world</>;
}