Welcome to My Website
Jan 01, 2025
This is a test page to demonstrate various Markdown and MDX elements.
Introduction
Welcome to my personal corner of the internet! This page demonstrates various Markdown and MDX elements.
Welcome to my personal corner of the internet! This page demonstrates various Markdown and MDX elements.
Welcome to my personal corner of the internet! This page demonstrates various Markdown and MDX elements.
Welcome to my personal corner of the internet! This page demonstrates various Markdown and MDX elements.
Text Formatting
Here's some bold text and italic text. You can also use strikethrough and inline code
.
Links and Images
Here's a link to my GitHub.

Code Blocks
function greet(name) {
console.log(`Hello, ${name}!`);
return true;
}
Blockquotes
The future belongs to those who believe in the beauty of their dreams.
-- Eleanor Roosevelt
Tables
Feature | Status | Notes |
---|---|---|
MDX | ✅ | Working |
Images | ✅ | Responsive |
Code | ✅ | Syntax highlighting |
Lists
Unordered List
- First item with some additional text to show how wrapping works
- Second item with nested elements
- Nested item 1
- Nested item 2
- Third item
Ordered List
- First step
- Second step
- Third step
Task List
- Write documentation
- Add more examples
- Test rendering
Footer content and additional information can go here