hacks-guide-minimal-mistake.../_posts/2010-08-07-post-image-caption.md

17 lines
339 B
Markdown
Raw Normal View History

---
2016-03-04 18:37:24 +01:00
title: "Post: Image (Caption)"
categories:
- Post Formats
tags:
- image
- Post Formats
- shortcode
---
{% capture fig_img %}
![Foo](http://wpthemetestdata.files.wordpress.com/2008/06/100_5478.jpg?w=604)
{% endcapture %}
<figure>
{{ fig_img | markdownify }}
<figcaption>Bell on wharf in San Francisco</figcaption>
</figure>