Hello World
A sample blog post to test the MDX pipeline
1 min read
By Test Author
This is a sample blog post for testing the MDX content pipeline.
Features
- Frontmatter parsing
- Reading time calculation
- Content listing
typescript
const greeting = "Hello, MDX!";
console.log(greeting);