Example Blog Post
# Example Blog Post
This is an example blog post to demonstrate the blog functionality with mdsvex.
## Features
- Markdown support
- Code blocks
- Typography styling
```typescript
const example = 'Hello, World!';
console.log(example);
```
More content here...