Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created July 9, 2013 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/5957708 to your computer and use it in GitHub Desktop.
Save ramnathv/5957708 to your computer and use it in GitHub Desktop.
Testing Md to Gist
## This is a list
+ one
+ two
+ three
#### Do a thing
```coffee
points <- rnorm(10)
plot(points)
```
#### Do something else
![](someimage)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment