Hello World

Hello World

Welcome to my blog. This is my first post written in MDX.

What is MDX?

MDX lets you use JSX in your markdown content. You can import components, such as interactive charts or alerts, and embed them within your content.

const greeting = "Hello, World!";
console.log(greeting);

More posts coming soon.

← Back to blog