Home



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

Reworded MDX Example

This is an example of some MDX content. Let's see how we can reword it.

Here's a code block:

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


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

Here is an image:

And here is a link to Google.

Finally, here's a list:

  • Item 1
  • Item 2
  • Item 3
## Subheading


This is content under a subheading.


<AppearanceSection></AppearanceSection>