Backsticks inside a block of code

What I’m trying to do

What i’m trying here is to write backsticks inside a block of code:
```` ← Two backsticks inside ``

Things I have tried

I have tried:

Screenshot at 2024-09-12 16-10-12

I don’t know whas else to do :((

If the backticks are nested properly, any number should be fine. e.g.

`````

````
```css
body { /* styles */ }
``
``
```
````

`````

Screenshot 2024-09-13 082256

Although I may be misunderstanding what you are going for.

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