Introduction
This is a sample MDX document. It demonstrates the use of various MDX features.
You can create links to external resources like this: Google.
MDX is pretty cool! You can find more information on the MDX website.
```mdx
---
title: "My Fantastic Document"
date: "2023-10-27"
---
# Getting Started
This MDX document serves as an illustration. It showcases different capabilities offered by MDX.
## Enumerations
Check out this unordered list as an instance:
- First element
- Second element
- Third element
And now, an ordered list is presented:
1. The initial entry
2. The subsequent entry
3. The final entry
## Hyperlinks
You have the ability to establish hyperlinks to external locations such as: [Google](https://www.google.com).
## Visuals
<InsImage src="/images/example.png" alt="Example Image">
A sample visual is presented in this section.
</InsImage>
## Code Snippets
Here is a code snippet provided for your review:
```javascript
function helloWorld() {
console.log("Hello, world!");
}
MDX is quite impressive! Further details can be located on the MDX website.