This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Jekyll | |
module Tags | |
# Simple jekyll plugin for create a html figure construction. | |
# About figure: | |
# https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure | |
# | |
# The figure tag should take this form: | |
# | |
# {% image_with_caption you_image_url %} | |
# This is caption block. This should be parsed as *markdown* [man](http://example.com/). Or not :) |