Images

You can insert images with the standard markdown syntax:

![alt Text](/img/bender.png)

alt Text

Figure

To add an image as a figure tag, use the {% figure %} shortcode. It takes three arguments: Image source, caption and Alt text:

{% figure "/img/bender.png", "The Bender", "Nice character" %}
Nice character
The Bender