MDX Test Page 2
Jul 15, 2024
Welcome to My MDX Test Page
Introduction
This is a paragraph with bold and italic text. You can also use links in your content.
Lists
Here's an unordered list:
- Item 1
- Item 2
- Item 3
And an ordered list:
- First item
- Second item
- Third item
Blockquotes
This is a blockquote. It can span multiple lines and is typically used for quoting external sources or highlighting important information.
Code
Here's some inline code
and a code block:
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('World');