Update 2015-01-07-test-markdown.md

This commit is contained in:
Dean Attali 2015-11-06 12:45:41 -08:00
parent fbd7f26f76
commit 17ddb9ab48
1 changed files with 9 additions and 1 deletions

View File

@ -10,4 +10,12 @@ You can write regular [markdown](http://en.wikipedia.org/wiki/Markdown) here and
## Here is a secondary heading
Got it?
And here's a code chunk:
~~~
x <- 5 + 10
print(x)
~~~
Got it?