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
####header

Links : 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.com

Images : Inline image link with the titel Benjamin Bannekat

![Benjamin Bannekat](https://octodex.github.com/images/bannekat.png
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

Alex Hildebrandt
Alex Hildebrandt
PhD candidate for computational science
Next