Hi,
I was wondering how I can indent code if I type it directly into the forum textfield.
Hi,
I was wondering how I can indent code if I type it directly into the forum textfield.
Don’t indent, use triple back-ticks
```
like this
```
After using triple back-ticks, you can highlight multiple lines and push <tab>
to indent a few lines
# hello
# this is indented
I meant when using backtiks
Great, this works. I didn’t know tab worked when selecting text.