From 17ddb9ab483894b5eeb0f8e6f657fe84ae916c36 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Fri, 6 Nov 2015 12:45:41 -0800 Subject: [PATCH] Update 2015-01-07-test-markdown.md --- _posts/2015-01-07-test-markdown.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_posts/2015-01-07-test-markdown.md b/_posts/2015-01-07-test-markdown.md index 7ea4c5b..c8c864d 100644 --- a/_posts/2015-01-07-test-markdown.md +++ b/_posts/2015-01-07-test-markdown.md @@ -10,4 +10,12 @@ You can write regular [markdown](http://en.wikipedia.org/wiki/Markdown) here and ## Here is a secondary heading -Got it? \ No newline at end of file +And here's a code chunk: + +~~~ +x <- 5 + 10 +print(x) +~~~ + +Got it? +