Basic Basic question abouit the forum

How do I get a code block to display in a block in a post in the forum?

not done

It might do it here., I just don’t know…

Nope, that didn’t work…any help would be appreciated!

Write the outer code block using 4 backticks instead of 3 :blush:

```javascript
console.log("Hello World!")
```

Another way would be to use 3 ~~~ instead of backticks :blush:

```javascript
console.log("Hello World!")
```

… Unless I completely misunderstood your question :sweat_smile:
If that’s the case, just ignore me :innocent:

Let’s see if that works @Pch

``tasks
tags include now
not done
`

…or close enough/something like that. Funny thing is that I had to do a search to find out where the backtick lived on my keyboard. :upside_down_face:

Write as below:

````text
```tasks
tags include now
not done
```
````

Then you will get:

```tasks
tags include now
not done
```

Is that what you need?

1 Like

@moz I think that’s what I need, thanks!

testing, testing:

```tasks
tags include now
not done
```

there we go! thanks again @moz

I’m glad I could help

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