Home



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

Reworded MDX Example

Let's consider an example of MDX content.

Here is a code snippet:

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


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

For more details, see the MDX documentation.

This is another sentence to demonstrate rephrasing.

```mdx
---
title: Reworded MDX Example
description: A rephrased instance of an MDX document.
---
 

 # Reworded MDX Example
 

 We can look at a case of some MDX content as an illustration.
 

 The following is a piece of code:
 

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

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

Refer to the MDX documentation for further information.

To show how rephrasing works, here's one more sentence.

Appearances