jschwind@terminal:~/blog/test-post

Test Post

Test Post
test

A simple test post to verify MDX functionality.

Test Post

This is a test post to verify that the MDX functionality is working correctly.

Testing Features

Here are some features we're testing:

  • Basic Markdown formatting
  • Code blocks
  • Frontmatter parsing
// Example code block
function testFunction() {
  return "Hello, MDX!";
}

If you can see this content on the blog post page, then MDX is working correctly!