This is a syntax highlighting test

This is just a test to see if syntax highlighting is working.

This is just a test to see if syntax highlighting is working:

const greeting = "hello";
console.log(greeting);

And also:

Here is a test of syntax highlighting:

function add(a: number, b: number): number {
  return a + b;
}

console.log(add(2, 3));

If this works, the code block should be colored.

While we're here let's also test some markdown:

  • point 1
  • point 2