1[caption](https://www.github.com)
2#The caption will replace the url and will be clickable.
3#To ommit the caption and provide the only url:
4[https://www.github.com]
1[I'm an inline-style link](https://www.google.com)
2
3[I'm an inline-style link with title](https://www.google.com "Google's Homepage")
4
5[I'm a reference-style link][Arbitrary case-insensitive reference text]
6
7[I'm a relative reference to a repository file](../blob/master/LICENSE)
8
9[You can use numbers for reference-style link definitions][1]
10
11Or leave it empty and use the [link text itself].
12
13URLs and URLs in angle brackets will automatically get turned into links.
14http://www.example.com or <http://www.example.com> and sometimes
15example.com (but not on Github, for example).
16
17Some text to show that the reference links can follow later.
18
19[arbitrary case-insensitive reference text]: https://www.mozilla.org
20[1]: http://slashdot.org
21[link text itself]: http://www.reddit.com
22
1# Italic
2An example of *italic* text
3An example of *italic* text
4
5# Bold
6An example of **bold text**
7An example of __bold text__
8
9# Bold and Italic
10An example of ***bold and italic text***
11An example of ___bold and italic text___
12
1# Bold
2I just love **bold text**.
3I just love __bold text__.
4Love**is**bold
5
6# Italic
7Italicized text is the *cat's meow*.
8Italicized text is the _cat's meow_.
9A*cat*meow