clean up the css
This commit is contained in:
parent
44aa1f08ea
commit
841a247664
2 changed files with 19 additions and 16 deletions
|
@ -39,3 +39,12 @@ var foo = function(x) {
|
|||
}
|
||||
foo(3)
|
||||
```
|
||||
|
||||
And here is some more with line numbers
|
||||
|
||||
{% highlight python linenos %}
|
||||
def bar(x):
|
||||
return x * 2
|
||||
|
||||
print bar(2)
|
||||
{% endhighlight %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue