Update 2015-02-20-test-markdown.md

This commit is contained in:
Dean Attali 2016-07-29 20:38:48 -07:00 committed by GitHub
parent 357c8b5c2d
commit 4a374ee2a7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ foo(3)
And here is the same code yet again but with line numbers:
{% highlight python linenos %}
{% highlight javascript linenos %}
var foo = function(x) {
return(x + 5);
}