Let's Rephrase This MDX Content
This is the initial sentence we're going to modify. It's a straightforward statement.
Here's a code block demonstrating some JavaScript:
function add(a, b) {
return a + b;
}
console.log(add(2, 3));
Now, let's include an image:

And finally, a link to Google.
```mdx
---
title: My Reworded MDX Document
date: 2024-01-26
---
# A New Way of Saying the Same Thing
We shall now alter this MDX content by re-writing it in a different way. The first sentence is a simple declaration.
Behold a code snippet showcasing JavaScript:
```javascript
function add(a, b) {
return a + b;
}
console.log(add(2, 3));
Next up, we will insert a picture:

To conclude, a hyperlink to Google.