Created
October 22, 2013 07:57
-
-
Save pherrymason/7096765 to your computer and use it in GitHub Desktop.
Markdown CheatSheet
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
Links | |
[I'm an inline-style link](https://woogle.com) | |
[I'm a reference-style link definition][texto de referencia arbitrario] | |
[I'm a reference-style link definition][1] | |
O déjalo vacío y usa el [enlace como texto propio] | |
[texto de referencia arbitrario]: https://www.mozilla.org | |
[1]: http://slashdot.org | |
Images | |
Here's our logo (hover to see the title text): | |
Inline-style: | |
![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") | |
Reference-style: | |
![alt text][logo] | |
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment