Reworded MDX Example
Let's consider a basic example of MDX content.
Here is a paragraph. This paragraph contains some text.
function helloWorld() {
console.log("Hello, world!");
}
Here's an image:

And a link: Example Link
Finally, let's add a list:
- Item 1
- Item 2
- Item 3
```mdx
---
title: "A Modified MDX Example"
description: "A sample MDX file with altered wording."
---
# A Modified MDX Example
Take, for instance, a simple illustration of MDX markup.
A paragraph follows. This paragraph includes a quantity of written words.
```javascript
function helloWorld() {
console.log("Hello, world!");
}
Displaying an image here:

A hyperlink is provided: Example Link
To conclude, we will include a listing:
- Item 1
- Item 2
- Item 3