Home



title: "Reworded MDX Example" description: "An example MDX document, now reworded."

Reworded MDX Example

This is an example of MDX content. It showcases how MDX can be used to combine Markdown and JSX.

Now, let's look at some code:

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

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

Here's an image:

Finally, here is a link to Google.


```mdx
---
title: "MDX Example, Rephrased"
description: "A rephrased MDX document example."
---

# MDX Example, Rephrased

This serves as an illustration of MDX content. It demonstrates the capability of MDX to integrate Markdown with JSX.

Consider the following code snippet:

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

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

Here is a picture:

In conclusion, a hyperlink to Google is provided.

Appearances