Reworded MDX Example
This is an example MDX file. We will reword the content to change the phrasing.
Here is a code block:
function helloWorld() {
console.log("Hello, world!");
}
Here is an image:

This is a link to Google.
Let's add a list:
- Item 1
- Item 2
- Item 3
And finally, some bold and italic text.
---
title: "MDX Example, Now With Different Words"
description: "A rephrased MDX document, with the same meaning but different wording."
---
# MDX Example, Now With Different Words
This document is an MDX example. The text within it will be modified to alter the sentences.
Consider the code block below:
```javascript
function helloWorld() {
console.log("Hello, world!");
}
Here is an image displayed:

This is a link that goes to Google.
Let's include a list as well:
- A first item
- A second item
- A third item
Lastly, some text that is bolded and italicized.