feat: strip data before sending

This commit is contained in:
Shivam Mishra
2023-07-17 16:51:19 +05:30
parent 95a547d717
commit 16b7cabcc8
+1 -1
View File
@@ -18,7 +18,7 @@ class ChatwootMarkdownRenderer
end
end
@content = doc.to_commonmark
@content = doc.to_commonmark.strip
end
def render_article