Welcome!
This is the first paragraph of my document. It introduces the main topic and provides a general overview. We will delve deeper into the subject matter in the following sections.
Here's a code snippet to illustrate a point:
def greet(name):
return f"Hello, {name}!"
print(greet("World"))
Now, let's include an image:

Finally, a link to Google.
```mdx
---
title: "My Awesome Document"
date: 2023-10-27
---
# Greetings!
The initial paragraph you are reading serves as an introduction to this document. It presents a broad summary of the central theme. Subsequent parts will explore this topic with greater detail.
To demonstrate a concept, observe the following code example:
```python
def greet(name):
return f"Hello, {name}!"
print(greet("World"))
Let us now incorporate a picture:

In conclusion, here is a hyperlink to Google.
<AppearanceSection></AppearanceSection>