Code highlighting in the forum

Currently code posted in the forum is not nicely formatted, e.g.:
‘’’
print(“hello”)
‘’’

is just text.

In another forum I am a member of this would be shown as:
image

which I think is much more readable. Could we implement approach to formatting on this forum?

print("hello")
2 Likes
How you do that?

```
print(“hello”)
```

2 Likes

Use backticks to format accordingly.

1 Like