Home



title: "Hello, MDX!" date: "2023-10-27"

Greetings, MDX Universe!

This is an example of MDX content. It allows you to write Markdown and embed JSX components.

For example, here's an image:

And here's a code block:

function helloWorld() {
  console.log("Hello, world!");
}

You can also create links, like this one to Google.

MDX is pretty cool, right?


```mdx
---
title: "Hello, MDX!"
date: "2023-10-27"
---

# Salutations, World of MDX!

Consider this a demonstration of MDX's capabilities. You have the power to compose in Markdown while seamlessly integrating JSX elements.

As an illustration, observe this image:

<InsImage src="/images/example.png" alt="Example Image"> </InsImage>

And now, observe a code snippet:

```javascript
function helloWorld() {
  console.log("Hello, world!");
}

You're furthermore able to generate hyperlinks, take for instance this link to Google.

MDX is rather impressive, wouldn't you agree?

Appearances