You can insert images with the standard markdown syntax:

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" %}