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 %}
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue