feat: strip data before sending
This commit is contained in:
@@ -18,7 +18,7 @@ class ChatwootMarkdownRenderer
|
||||
end
|
||||
end
|
||||
|
||||
@content = doc.to_commonmark
|
||||
@content = doc.to_commonmark.strip
|
||||
end
|
||||
|
||||
def render_article
|
||||
|
||||
Reference in New Issue
Block a user