Welcome to my MDX page!

This is some bold and italics text.

This is a list in markdown:

function great(name: string) {
  console.log(`Hello, ${name}!`)
}