From 7aac9995e84d9570df32f9c734b3fccc0985ed16 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Wed, 28 Jul 2021 16:19:49 +0200 Subject: [PATCH] sneed --- drama/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drama/routes/comments.py b/drama/routes/comments.py index 553ed829d7..8d9a83dbe1 100644 --- a/drama/routes/comments.py +++ b/drama/routes/comments.py @@ -433,7 +433,7 @@ def api_comment(v): included. \n\n*This is an automated message; if you need help, you can message us [here](/contact).*""" - body = body.replace("\n", "\n\n") + #body = body.replace("\n", "\n\n") with CustomRenderer(post_id=parent_id) as renderer: body_md = renderer.render(mistletoe.Document(body))