Home



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

Reworded MDX Example

This is an example of some MDX content. It will be reworded, but the meaning will remain the same.

const x = 1;
const y = 2;
console.log(x + y);

Here is an image:

Here is a link to Google.

This is a list:

  • Item 1
  • Item 2
  • Item 3

This is bold text.

This is italic text.

def add(a, b):
 return a + b


print(add(3, 4))

Finally, here's another link to Microsoft.

```mdx
---
title: "Reworded MDX Example"
description: "A rephrased MDX document."
---


# Reworded MDX Example


This is sample MDX material. It's going to be rewritten, although the core idea will stay consistent.


```javascript
const x = 1;
const y = 2;
console.log(x + y);

Displayed below is a picture:

Check out Google by clicking here.

We have a list here:

  • Item 1
  • Item 2
  • Item 3

This text is bold.

This text is italicized.

def add(a, b):
 return a + b


print(add(3, 4))

To conclude, you can visit Microsoft through this link.

<AppearanceSection></AppearanceSection>