Reworded MDX Example
This is an initial sentence that demonstrates a basic idea. It's here to be rewritten.
Here's a list to show some items:
- Item one
- Item two
- Item three
function helloWorld() {
console.log("Hello, world!");
}
The code block above shows a simple JavaScript function. It prints a greeting to the console.

Finally, here's a link to Google.
```mdx
---
title: "Reworded MDX Example"
description: "A demonstration of MDX content that has been rephrased, but the original meaning is preserved."
---
# Reworded MDX Example
Let's begin with a sentence that illustrates a fundamental concept. This sentence will be reformulated.
Below is a list presenting several elements:
- The first item
- The second item
- The third item
```javascript
function helloWorld() {
console.log("Hello, world!");
}
The preceding code segment exhibits a straightforward JavaScript function. It displays a salutation within the console.

To conclude, here's a hyperlink to Google.