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

576 B

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

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

{% capture fig_caption %} Image with a caption. {% endcapture %}

{{ fig_img | markdownify | remove: "

" | remove: "

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

" | remove: "

" }}