Home



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

Reworded MDX Example

This is an example MDX document. It's designed to demonstrate how MDX content can be reworded while keeping the original meaning. We're aiming to change the wording significantly.

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.

---
title: "A Modified MDX Sample"
description: "A sample MDX file, altered in its phrasing."
---

# A Modified MDX Sample

This document is a sample of MDX. Its purpose is to illustrate the rewriting of MDX content, all while preserving the original intent. The goal is to alter the phrasing in a substantial manner.

Behold, a code snippet:

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

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

And now, a picture:

Lastly, a hyperlink to Google is presented.

Appearances