Inserting images
One can insert images with captions using
![test](path/to/img) *Caption*
in markdown. Note that there is no line break before the caption
Caption
By using images with header definitions one can alter the appearance.
Using an h1 header the image will be maximized
# ![img](path/to/img) *Caption*
Caption
Using an h2 header two images can be put next to each other and will be squared up
## ![img1](path/to/img) ![img2](path/to/img2) *Caption*