How to do code highlighting

I was about to answer this with the same thing :smile:

How do you do code highlighting on Replit Ask?

use three 'dot' or stuff idk what they're called
(`)
to make pre-formatted code

you can also include the language on the start to highlight, for example:

```python
print("hello")

or

```html
<div></div>

or even simply

```none
now we have no highlight at all
4 Likes

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