"vscode:/vscode.git/clone" did not exist on "5e5b822bb0b4ec02639d3e8e750944a6024dc29f"
figure 314 Bytes
Newer Older
aiss's avatar
aiss committed
1
2
3
4
5
6
7
8
9
<figure class="{{ include.class }}">
  <img src="{{ include.image_path | relative_url }}"
       alt="{% if include.alt %}{{ include.alt }}{% endif %}">
  {% if include.caption %}
    <figcaption>
      {{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}
    </figcaption>
  {% endif %}
</figure>