Hello World

This is the first post on the blog. It exists to verify that the MDX pipeline is working correctly.

A heading

Some body text with bold and italic formatting.

Code example

Here's a code block to test syntax highlighting:

function greet(name: string): string {
  return `Hello, ${name}!`;
}
 
console.log(greet("world"));

That's it for now.