Introduction

This theme supports two types of images:

  • inline images: Battery Widget
![Battery Widget]({{ '/assets/images/batWid1.png' | relative_url }})
  • centered images with caption (optional):

img(°0°)

![img]({{ '/assets/images/deer.jpg' | relative_url }}){: .center-image }*(°0°)*

You can apply your own styles to image by creating css class with style:

.custom-image-style
{
/* your style */
}

And then applying your style just after the image in curly brackets with colon:

[!image](path to image){:.custom-image-style}