Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 535 Bytes

File metadata and controls

22 lines (19 loc) · 535 Bytes
layout title categories tags
post
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: "

" }}