~xdavidwu/xdavidwu.link

556ec341bf7310e83c8786c99b1e7a3c9b27d026 — Luis Puerto 5 years ago c86cb9e
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>