minimal-mistakes/_posts/2010-08-06-post-image-linked-caption.md
2016-04-14 16:08:29 -04:00

521 B

title categories tags
Post: Image (Linked with Caption)
Post Formats
image
Post Formats

{% capture fig_img %} Foo {% endcapture %}

{% capture fig_caption %} Stairs? Were we're going we don't need no stairs. {% endcapture %}

{{ fig_img | markdownify | remove: "

" | remove: "

" }}
{{ fig_caption | markdownify | remove: "

" | remove: "

" }}