How do I add a code block on here?

Hello folks,

I wanted to include some code in my post, but I can’t see how to do that. So, how is it possible to do that, please?
Thank you.

You can format code blocks with triple backticks before and after the block like this:

```
  console.log("Hello, world!");
```

I hope that helps. :slight_smile:

2 Likes

Great, thank you, honmanyau. It’s the same as the chatrooms.