Reworded MDX Example
Here is some example text. This text is meant to demonstrate the re-wording of an MDX file.
const myVariable = "Hello, world!";
console.log(myVariable);
Here is an image:

Here is a link to Google.
This is a list:
- Item 1
- Item 2
- Item 3
```mdx
---
title: "Rewritten MDX Demonstration"
description: "A demonstration MDX file that's been rewritten."
---
# Rewritten MDX Demonstration
Consider this example text. The purpose of this text is to showcase the rewriting of an MDX file.
```javascript
const myVariable = "Hello, world!";
console.log(myVariable);
Displaying an image here:

This is a Google link.
The following is a list:
- First Item
- Second Item
- Third Item
<AppearanceSection></AppearanceSection>