jbub / ghostwriter

A port of ghostwriter theme to Hugo.
MIT License
177 stars 154 forks source link

Code formatting #81

Closed markdavidburke closed 4 years ago

markdavidburke commented 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 ```

markdavidburke commented 4 years ago

Sorry!