Make some markdown lazy load image
This commit is contained in:
parent
b2950cfcdc
commit
fddde73583
7 changed files with 7 additions and 7 deletions
|
@ -13,6 +13,6 @@
|
|||
{% endif %}
|
||||
{% endwith %}
|
||||
<div class='blog-description content-description'>
|
||||
{{ comment.body |markdown|reference|str|safe }}
|
||||
{{ comment.body|markdown(lazy_load=True)|reference|str|safe }}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue