How do I make code look like in a box like other people do on this DevForums?

Here’s an example:

How do they make this type of box with their code in it?

2 Likes

surround it with ```

```
-- code goes here
```

2 Likes
print ("Hello World") -- wow ok it works!

Thank You!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.