Closed stsievert closed 7 years ago
This PR adds syntax highlighting. Specifically, the markdown readme file it replaces
# comment x = 1 for i in range(x): x += 1
with
```python # comment x = 1 for i in range(x): x += 1
This PR adds syntax highlighting. Specifically, the markdown readme file it replaces
with