This commit is contained in:
fireworks88 2021-07-28 16:19:49 +02:00
parent 3d7ccd94f4
commit 3ab2c5ebf3

View file

@ -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))