Update and add samples
This commit is contained in:
_config.yml
_drafts
_layouts
_posts
2009-05-15-edge-case-nested-and-mixed-lists.md2009-06-01-edge-case-many-tags.md2009-07-02-edge-case-many-categories.md2009-08-06-edge-case-no-body-content.md2009-09-05-edge-case-no-yaml-title.md2009-10-05-edge-case-title-should-not-overflow-the-content-area.md2009-10-05-edge-case-very-long-title.md2010-01-07-post-standard.md2010-01-08-post-chat.md2010-02-05-post-quote.md2010-03-07-post-link.md2010-06-02-post-video-youtube.md2010-08-05-post-image-linked.md2010-08-05-post-image-standard.md2010-08-06-post-image-linked-caption.md2010-08-07-post-image-caption.md2010-08-08-post-format-image.md2010-09-09-post-gallery.md2010-09-10-post-twitter-embeds.md2010-10-25-post-future-date.md2012-01-02-template-comments-disabled.md2012-01-02-template-comments.md2012-01-02-template-related-posts-disabled.md2012-01-02-template-related-posts.md2012-01-02-template-sharing-disabled.md2012-01-02-template-sharing.md2012-01-03-template-comments-sharing-related-posts-disabled.md2012-01-03-template-table-of-contents-post.md2012-01-07-template-sticky.md2012-03-14-template-code-excerpt-generated.md2012-03-14-template-excerpt-defined.md2012-03-14-template-excerpt-generated.md2012-03-15-template-featured-image-external.md2012-03-15-template-featured-image-horizontal.md2012-03-15-template-featured-image-text-readability.md2012-03-15-template-featured-image-vertical.md2012-03-15-template-more-tag.md2013-01-05-markup-title-with-markup.md2013-01-05-markup-title-with-special-characters.md2013-01-10-markup-image-alignment.md2013-01-11-markup-html-tags-and-formatting.md2013-05-22-markup-more-images.md2013-08-16-markup-syntax-highlighting.md2016-02-24-welcome-to-jekyll.md
16
_posts/2010-08-06-post-image-linked-caption.md
Normal file
16
_posts/2010-08-06-post-image-linked-caption.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Post: Image (Linked with Caption)"
|
||||
categories:
|
||||
- Post Formats
|
||||
tags:
|
||||
- image
|
||||
- Post Formats
|
||||
---
|
||||
{% capture fig_img %}
|
||||
[](http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg)
|
||||
{% endcapture %}
|
||||
|
||||
<figure>
|
||||
{{ fig_img | markdownify }}
|
||||
<figcaption>Chunk of resinous blackboy husk, Clarkson, Western Australia. This burns like a spinifex log.</figcaption>
|
||||
</figure>
|
Reference in New Issue
Block a user