Last active
March 21, 2017 16:28
-
-
Save wkjagt/2ffaad5ad50790fc527f231ccef2f422 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Grocery list | |
- peanut butter | |
- milk | |
- bananas | |
This is shopify's logo: | |
 | |
``` | |
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