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:
I don’t know whas else to do :((
What i’m trying here is to write backsticks inside a block of code:
```` ← Two backsticks inside ``
I have tried:
I don’t know whas else to do :((
If the backticks are nested properly, any number should be fine. e.g.
`````
````
```css
body { /* styles */ }
``
``
```
````
`````
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.