diff --git a/templates/snippets/layout/question_card.html b/templates/snippets/layout/question_card.html index dcc4176..d3db36e 100644 --- a/templates/snippets/layout/question_card.html +++ b/templates/snippets/layout/question_card.html @@ -27,14 +27,14 @@ ({{ len(answer.content) }} characters) {% else %} -
{{ answer.content | render_markdown }}
+ {{ answer.content | render_markdown }} {% endif %}