Markdown cheat sheet
Basic stuff
bold text :
use asterics like this: **its bold**italic text :
use underscore like this: _its italic_bold & italic :
use asterics and underscore **_bold&italic_**header: use hash mark (the more the smaller the header become)
#header
##header
###header
####headerLinks : Inline links
[Visit GitHub!](www.github.com)Links : Reference links
Here's [a link to something else][another place].
Here's [yet another link][another-link].
And now back to [the first link][another place].
[another place]: www.github.com
[another-link]: www.google.comImages : Inline image link with the titel Benjamin Bannekat

Benjamin Bannekat
Blockquotes : Just use the bigger than ‘>’ character
text with blockquote
Lists: use asterics
* Milk
* Eggs
* Salmon
* Butter- Milk
- Eggs
- Salmon
- Butter