Reworded MDX Example
This is the initial sentence.
Here is a second sentence.
- This is a list item.
- This is another list item.
function helloWorld() {
console.log("Hello, world!");
}

This is a link to Google.
---
title: Reworded MDX Example
description: An illustration of MDX content that has been rephrased.
---
# Reworded MDX Example
The sentence you are currently reading is the first one.
A subsequent sentence follows here.
* One item in a list is presented here.
* Here's a second item for the list.
```javascript
function helloWorld() {
console.log("Hello, world!");
}

Check out Google's website by clicking here.
<AppearanceSection></AppearanceSection>