Fix figures when they are inside of a list (#2094)
This commit is contained in:
parent
5ed1f79557
commit
a1ff46cc59
1 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,6 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
alt="{% if include.alt %}{{ include.alt }}{% endif %}">
|
alt="{% if include.alt %}{{ include.alt }}{% endif %}">
|
||||||
{% if include.caption %}
|
{% if include.caption %}
|
||||||
<figcaption>{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption>
|
<figcaption>
|
||||||
{% endif %}
|
{{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}
|
||||||
</figure>
|
</figcaption>{% endif %}</figure>
|
||||||
|
|
Loading…
Reference in a new issue