Add hard wrap to markdown

This commit is contained in:
cuom1999 2022-07-30 12:03:56 +07:00
parent c9f8fbe098
commit 3c6108298c
2 changed files with 2 additions and 1 deletions

View file

@ -266,7 +266,7 @@ let META_HEADER = [
{% if last_msg and not request.profile.mute %}
if ($("#chat-input").val().trim()) {
var body = $('#chat-input').val().trim();
body = body.split('\n').join('\n\n');
// body = body.split('\n').join('\n\n');
var message = {
body: body,