My Code Post

My Code Post

Here is some inline code: const x = 10;. It should have a nice coffee-bean background.

And here is a highlighted code block:

function greet(name) {
  console.log(`Hello, ${name}!`);
}

greet('World');