Reworded MDX Example
This is an example of an MDX file. We are going to reword it.

Here is a code block:
function helloWorld() {
console.log("Hello, world!");
}
You can also use links, like to the MDX website.
Finally, let's add a list:
- Item 1
- Item 2
- Item 3
```mdx
---
title: "MDX Example - Different Words"
description: "A rephrased MDX document used as a demonstration."
---
# MDX Example - Different Words
This serves as a demonstration of an MDX document. Our goal is to rephrase the content within.
<InsImage src="/images/example.png" alt="Example Image"></InsImage>
Below is a block of code:
```javascript
function helloWorld() {
console.log("Hello, world!");
}
It's also possible to include hyperlinks, for instance, to the MDX website.
To conclude, let's include a bulleted list:
- Item 1
- Item 2
- Item 3