Emojis
A full list of available emojis can be found
here.
Typography
# Header1
## Header2
* Unordered item1
* Unordered item2
1. Ordered item1
2. Ordered item2
*Emphasized text*
**Bold Text**
*** (Horizontal rule)
> Blockquote
Links
[Google](http://www.google.com)
[Google](http://www.google.com "Google")
…

[](http://google.com)
Code
```python
print "Hello world"
```
```python
print “Hello World”
```
For a more detailed info visit the official Markdown website