diff --git a/_posts/2015-02-20-test-markdown.md b/_posts/2015-02-20-test-markdown.md index d91fdfd..5dd0202 100644 --- a/_posts/2015-02-20-test-markdown.md +++ b/_posts/2015-02-20-test-markdown.md @@ -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); }