_includes/figure in minimal-mistakes-jekyll-4.10.0 vs _includes/figure in minimal-mistakes-jekyll-4.10.1

- old
+ new

@@ -1,12 +1,12 @@ -<figure class="{{ include.class }}"> - <img src= - {% if include.image_path contains "://" %} - "{{ include.image_path }}" - {% else %} - "{{ include.image_path | absolute_url }}" - {% endif %} - alt="{% if include.alt %}{{ include.alt }}{% endif %}"> - {% if include.caption %} - <figcaption>{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption> - {% endif %} -</figure> +<figure class="{{ include.class }}"> + <img src= + {% if include.image_path contains "://" %} + "{{ include.image_path }}" + {% else %} + "{{ include.image_path | absolute_url }}" + {% endif %} + alt="{% if include.alt %}{{ include.alt }}{% endif %}"> + {% if include.caption %} + <figcaption>{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption> + {% endif %} +</figure>