Comment on Programming.Dev Feature Requests

qwertyasdef@programming.dev ⁨1⁩ ⁨year⁩ ago

No idea how hard it would be but it would be nice to have code blocks with syntax highlighting like on Github, so you could write something like

```python
def f(x):
    return x
```

and get syntax highlighted code def f(x): return x

source
Sort:hotnewtop