A Rephrased MDX Document
Let's look at some markdown content.
Here is a link to Google.
This is the end of the example.
```mdx
---
title: Reworded MDX Example
description: An example MDX file that has been reworded.
---
# A Modified MDX Document
We can examine some markdown content now.
## Code Segments
This represents a code block, for instance:
```javascript
console.log("Hello, world!");
This is a hyperlink pointing to Google.