decentralized-id.github.io/test/_posts/2010-08-06-post-image-linked-caption.md
2019-03-28 19:40:33 -04:00

604 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: "

" }}