Introduction

This theme supports two types of images:

  • inline images: Battery Widget
![Battery Widget]({{ site.url | append:site.baseurl }}/images/batWid1.png)
  • centered images with caption (optional):

img(°0°)

![img]({{ site.baseurl | prepend:site.url}}/images/deer.jpg){: .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}