Inuse editintro



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

A Modified MDX Example

This is an example of an MDX file. We've changed the wording to demonstrate the rephrasing requirements.

Here's a code block:

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

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

And here is an image:

Finally, here's a link to Google.


```mdx
---
title: "MDX Sample, Rephrased"
description: "A reworded illustration of an MDX document."
---

# MDX Example, Now With Different Words

This serves as a demonstration of an MDX document. The phrasing has been altered to showcase the paraphrasing guidelines.

Behold, a code snippet:

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

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

And now, an image is presented:

In conclusion, a hyperlink to Google is provided.

Appearances