diff --git a/community/templates/discussions/reply_card.html b/community/templates/discussions/reply_card.html index 4a5439d7..a7bb229e 100644 --- a/community/templates/discussions/reply_card.html +++ b/community/templates/discussions/reply_card.html @@ -9,5 +9,5 @@
just now
-
{{ reply.reply }}
+
{{ frappe.utils.md_to_html(reply.reply) }}