This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
beautiful-jekyll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update to jekyll3 (syntax highlight only supported in code chunks)
master
Dean Attali
9 years ago
parent
6657f6aa80
commit
3a2c39e76a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 %}
```
Write
Preview
|
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save