From f4271e7c0ed6757409ec9b182b3657605213c0bb Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 14 Sep 2021 16:22:56 +0530 Subject: [PATCH] fix: discussions markdown support --- community/templates/discussions/reply_card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}