--- title: "Post: Image (Linked with Caption)" categories: - Post Formats tags: - image - Post Formats --- {% capture fig_img %} [](https://unsplash.com/) {% endcapture %} {% capture fig_caption %} Image with a caption. {% endcapture %} <figure> {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }} <figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption> </figure>