Closed markdavidburke closed 4 years ago
Hello is it possible to have code formatting like so? Rather than using four spaces?
```python{4} def foo(): x = 1 y = 2 z = 3 ```
Sorry!
Hello is it possible to have code formatting like so? Rather than using four spaces?
```python{4} def foo(): x = 1 y = 2 z = 3 ```