Skip to content

Instantly share code, notes, and snippets.

@jonton11
Created March 15, 2016 16:17
Show Gist options
  • Save jonton11/47ec8d1fad068f1dd1ee to your computer and use it in GitHub Desktop.
Save jonton11/47ec8d1fad068f1dd1ee to your computer and use it in GitHub Desktop.
# Practicing Markdown. This is h1
this is normal text
## heading 2
### heading 3
#### heading 4
This is an unordered list:
- item 1
- item 2
- item 3
### This is heading 3
This is some ruby code
```ruby
a = "Hello World"
puts a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment