Skip to content

Commit 3a09cd0

Browse files
committed
Update 2015-01-07-test-markdown.md
1 parent dddbadf commit 3a09cd0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_posts/2015-01-07-test-markdown.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ You can write regular [markdown](http://en.wikipedia.org/wiki/Markdown) here and
1010

1111
## Here is a secondary heading
1212

13-
Got it?
13+
And here's a code chunk:
14+
15+
~~~
16+
x <- 5 + 10
17+
print(x)
18+
~~~
19+
20+
Got it?

0 commit comments

Comments
 (0)