Skip to content

Instantly share code, notes, and snippets.

View tlinkner's full-sized avatar

tlinkner tlinkner

  • TLDA
  • Providence, RI
View GitHub Profile
@davydovanton
davydovanton / gist:5aa215915488069614fc
Last active September 30, 2015 02:28
Simple jekyll plugin for create a html figure construction.
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 :)