We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d41f8 commit f83fce9Copy full SHA for f83fce9
test/_posts/2010-08-06-post-image-linked-caption.md
@@ -8,7 +8,7 @@ tags:
8
---
9
10
{% capture fig_img %}
11
-[](https://flic.kr/p/8wzarA)
+[](https://unsplash.com/)
12
{% endcapture %}
13
14
{% capture fig_caption %}
@@ -18,4 +18,4 @@ Stairs? Were we're going we don't need no stairs.
18
<figure>
19
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
20
<figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption>
21
-</figure>
+</figure>
0 commit comments