Introduction
This theme supports two types of images:
- inline images:

- centered images with caption (optionally):
iPhone 5 landscape
{: .center-image }*iPhone 5 landscape*
You can apply your own styles to image by creating css class with style:
.custom-image
{
// your style
}
And then applying your style just after the image in curly brackets with colon:
[!image](path to image){:.custom-image}