hacks-guide-minimal-mistake.../example/_posts/2010-08-06-post-image-linked-caption.md
2016-09-21 22:13:25 -04:00

521 B
Executable file

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

" }}