Make some markdown lazy load image

This commit is contained in:
cuom1999 2022-11-07 16:11:35 -06:00
parent b2950cfcdc
commit fddde73583
7 changed files with 7 additions and 7 deletions

View file

@ -93,7 +93,7 @@
</div>
<div class="content content-description">
<div class="comment-body"{% if node.score <= vote_hide_threshold %} style="display:none"{% endif %}>
{{ node.body|markdown|reference|str|safe }}
{{ node.body|markdown(lazy_load=True)|reference|str|safe }}
</div>
{% if node.score <= vote_hide_threshold %}
<div class="comment-body bad-comment-body">