Highlight code blocks with pygments #18

This commit is contained in:
Mathieu PATUREL
2017-02-11 08:52:42 +11:00
parent 40a563fb1e
commit 7257cb467e
8 changed files with 55 additions and 25 deletions

10
test.md Normal file
View File

@ -0,0 +1,10 @@
```python
import this
if you.are('new'):
print('Welcome!')
if you.are('brand new'):
print("You'll see, python's just awesome")
else:
print('Hello!')
```