Sha256: 2d0ee5a85406a3fe00dd3edf17908e859adf953b9d0ed176fb5ea2a9b25c3a02
Contents?: true
Size: 417 Bytes
Versions: 16
Compression:
Stored size: 417 Bytes
Contents
<figure class="{{ include.class }}"> <img src= {% if include.image_path contains "://" %} "{{ include.image_path }}" {% else %} "{{ include.image_path | relative_url }}" {% endif %} alt="{% if include.alt %}{{ include.alt }}{% endif %}"> {% if include.caption %} <figcaption>{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption> {% endif %} </figure>
Version data entries
16 entries across 16 versions & 2 rubygems