parent
f27c871349
commit
90a74dd3e1
@ -1,4 +1,10 @@
|
||||
<figure>
|
||||
<img src="{{ src }}" alt="{{ caption }}">
|
||||
<figcaption>{{ caption | markdown(inline=true) | safe }}</figcaption>
|
||||
<img src="{{ src }}"
|
||||
{% if alt %}
|
||||
alt="{{ alt }}"
|
||||
{% else %}
|
||||
alt="{{ body | safe }}"
|
||||
{% endif %}
|
||||
>
|
||||
<figcaption>{{ body | markdown(inline=true) | safe }}</figcaption>
|
||||
</figure>
|
||||
|
Loading…
Reference in new issue