We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0a7b3 commit c19cd9fCopy full SHA for c19cd9f
1 file changed
_posts/2015-01-07-test-markdown.md _posts/2015-02-20-test-markdown.md_posts/2015-01-07-test-markdown.md renamed to _posts/2015-02-20-test-markdown.md
@@ -10,12 +10,18 @@ You can write regular [markdown](http://en.wikipedia.org/wiki/Markdown) here and
10
11
## Here is a secondary heading
12
13
-And here's a code chunk:
+Here's a code chunk:
14
15
~~~
16
x <- 5 + 10
17
print(x)
18
19
20
-Got it?
+And here is some code with syntax highlighting
21
22
+{% highlight javascript linenos %}
23
+var foo = function(x) {
24
+ return(x + 5);
25
+}
26
+foo(3)
27
+{% endhighlight %}
0 commit comments