Fix figures when they are inside of a list (#2094)
1 files changed, 3 insertions(+), 3 deletions(-) M _includes/figure
M _includes/figure => _includes/figure +3 -3
@@ 7,6 7,6 @@ {% endif %} alt="{% if include.alt %}{{ include.alt }}{% endif %}"> {% if include.caption %} <figcaption>{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption> {% endif %} </figure> <figcaption> {{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }} </figcaption>{% endif %}</figure>