Home



title: "Reworded MDX Example" description: "An example MDX document that has been reworded."

Reworded MDX Example

This is an example MDX document. The purpose of this document is to demonstrate how MDX can be reworded while maintaining its original meaning.

Here's a code block:

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet("World"));

And here's an image:

Finally, here's a link to Google.


```mdx
---
title: "MDX Sample, Now Rephrased"
description: "A reworded sample MDX file, retaining all original meaning."
---

# MDX Sample, Now Rephrased

This MDX document serves as an illustration. It aims to show how MDX content can be rephrased, all while ensuring the original meaning is kept intact.

Check out this code snippet:

```javascript
function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet("World"));

And here is a picture:

Lastly, a hyperlink to Google is provided here.

Appearances