Welcome to MDsveX
This is a simple test post to verify that our MDsveX configuration is working correctly.
Features
- Markdown parsing: Standard markdown syntax works
- Frontmatter: YAML frontmatter for metadata
- Layout system: Custom layouts for different content types
Code Example
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World')); List Example
- First item
- Second item
- Third item
- Bullet point one
- Bullet point two
- Bullet point three
This should render correctly with our BlogLayout component.