Welcome to the Reworded MDX Example!
This is an example MDX file. We are going to reword this content while keeping all meaning the same.
function helloWorld() {
console.log("Hello, world!");
}
Here is an image:

You can find more information here.
Let's add a list:
- Item 1
- Item 2
- Item 3
And finally, a table:
| Header 1 | Header 2 | | -------- | -------- | | Cell 1 | Cell 2 | | Cell 3 | Cell 4 |
---
title: "Reworded MDX Example"
description: "A reworded version of an example MDX file."
---
# Greetings! This is the Reworded MDX Example!
This MDX file serves as a demonstration. Our objective is to rephrase the text within, ensuring the original meaning is completely retained.
```javascript
function helloWorld() {
console.log("Hello, world!");
}
Check out this image:

For further details, see this link.
Let's include a list now:
- First Item
- Second Item
- Third Item
Lastly, here's a table:
| Header 1 | Header 2 | | -------- | -------- | | Cell 1 | Cell 2 | | Cell 3 | Cell 4 |