hacks-guide-minimal-mistake.../docs/_posts/2010-08-06-post-image-linked-caption.md
Michael Rose f6d41f8fc8
Fix broken image
Close #1994
2018-12-11 08:10:27 -05: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: "

" }}