Home



title: "Reworded MDX Example" description: "An example of reworded MDX content."

Reworded MDX Example

This is an example of some basic MDX content. It demonstrates how to include various elements.

Here's a list:

  • Item one
  • Item two
  • Item three

Here's a link to Google.

console.log("Hello, world!");

This is the end of the example.

```mdx
 ---
 title: "Rewritten MDX Sample"
 description: "A demonstration showcasing rewritten MDX material."
 ---
 

 # Rewritten MDX Sample
 

 Consider this a demonstration of fundamental MDX material. It illustrates the incorporation of different components.
 

 Check out this list:
 

 *   First item
 *   Second item
 *   Third item
 

 Here is a hyperlink to [Google](https://www.google.com).
 

 ```javascript
 console.log("Greetings, world!");

This concludes the demonstration.

Appearances