Back to journal
tutorial December 15, 2024 / 1 min read read
Simple Test Post
A simple test post to verify mdsvex is working correctly
Binsar Jr
Full Stack Developer & Technical Writer
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.