From 4a374ee2a7085a18512b3dc83c1b70c91cc7e12f Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Fri, 29 Jul 2016 20:38:48 -0700 Subject: [PATCH] Update 2015-02-20-test-markdown.md --- _posts/2015-02-20-test-markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }