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…
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 …
```javascript
console.log("Hello World!")
```
Another way would be to use 3 ~~~
instead of backticks
```javascript
console.log("Hello World!")
```
… Unless I completely misunderstood your question
If that’s the case, just ignore me
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.
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?
@moz I think that’s what I need, thanks!
I’m glad I could help
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.