diff --git a/templates/chat/message.html b/templates/chat/message.html index 4b3579f..cdf1651 100644 --- a/templates/chat/message.html +++ b/templates/chat/message.html @@ -21,7 +21,7 @@ {% endif %}
- {{message.body|markdown(lazy_load=True)|reference|str|safe }} + {{message.body|markdown(lazy_load=False)|reference|str|safe }}