diff --git a/_posts/2015-02-20-test-markdown.md b/_posts/2015-02-20-test-markdown.md
index 28de7fe..34b688f 100644
--- a/_posts/2015-02-20-test-markdown.md
+++ b/_posts/2015-02-20-test-markdown.md
@@ -23,9 +23,9 @@ print(x)
 
 And here is some code with syntax highlighting
 
-{% highlight javascript linenos %}
+```javascript
 var foo = function(x) {
   return(x + 5);
 }
 foo(3)
-{% endhighlight %}
+```