Skip to content

Instantly share code, notes, and snippets.

@wkjagt
Last active March 21, 2017 16:28
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 wkjagt/2ffaad5ad50790fc527f231ccef2f422 to your computer and use it in GitHub Desktop.
Save wkjagt/2ffaad5ad50790fc527f231ccef2f422 to your computer and use it in GitHub Desktop.
# This is an h1
## This is an h2
Here is a paragraph with *some bold italics* and some **bold text**.
This paragraph is a little harder because it had **a bold sentence *with some italics* to make it more difficult.**
And finally a [link to shopify](http://shopify.com).
# Grocery list
- peanut butter
- milk
- bananas
This is shopify's logo:
![logo-alt-text](https://cdn.shopify.com/assets2/press/brand/shopify-logo-main-small-f029fcaf14649a054509f6790ce2ce94d1f1c037b4015b4f106c5a67ab033f5b.png)
```
10.times do
"this is a code block"
end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment