diff --git a/templates/snippets/layout/question_card.html b/templates/snippets/layout/question_card.html index 64e4293..5232fc5 100644 --- a/templates/snippets/layout/question_card.html +++ b/templates/snippets/layout/question_card.html @@ -29,7 +29,7 @@ ({{ len(answer.content) }} characters) {% else %} -
{{ answer.content | render_markdown }}
+
{{ answer.content | render_markdown }}
{% endif %} @@ -137,7 +146,7 @@ ({{ len(answer.content) }} characters) {% else %} -
{{ answer.content | render_markdown }}
+
{{ answer.content | render_markdown }}
{% endif %} -{% endif %} \ No newline at end of file +{% endif %}