Browse Source

update to jekyll3 (syntax highlight only supported in code chunks)

master
Dean Attali 9 years ago
parent
commit
3a2c39e76a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      _posts/2015-02-20-test-markdown.md

+ 2
- 2
_posts/2015-02-20-test-markdown.md View File

@ -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 %}
```

|||||||
x
 
000:0
Loading…
Cancel
Save