Created
October 12, 2015 09:26
-
-
Save ryantan/87d4f97042046c0b3582 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 a header | |
## This is an even smaller header | |
### Even smaller... | |
###### Quite small | |
Here is some normal text. A paragraph, even! | |
*This text is in italics.* | |
**This text is in bold.** | |
***This text is in both.*** | |
~~This text is rendered with strikethrough.~~ | |
Sometimes you want to embed some \*stylized text\* | |
right into **your paragraph.** Pretty cool, right! | |
* Item | |
* Item | |
* Another item | |
or | |
+ Item | |
+ Item | |
+ One more item | |
or | |
- Item | |
- Item | |
- One last item | |
1. Item one | |
2. Item two | |
3. Item three | |
w/ sub-lists | |
1. Item one | |
2. Item two | |
3. Item three | |
1. Sub-item | |
2. Sub-item | |
4. Item four | |
--- | |
[I'm a link to a web page!](http://www.google.com) | |
![alt text](https://i.imgur.com/81qyN1y.jpg) | |
![local photo](assets/profile.png) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment