From 71d0dad43345ff9408282b738ea76a83096263ba Mon Sep 17 00:00:00 2001 From: Julian KOUNE Date: Mon, 15 Jan 2024 16:41:01 +0100 Subject: [PATCH] TW-1328: preserve all new lines before sending --- lib/src/utils/markdown.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/utils/markdown.dart b/lib/src/utils/markdown.dart index 6a4267e7e..fd8129422 100644 --- a/lib/src/utils/markdown.dart +++ b/lib/src/utils/markdown.dart @@ -224,7 +224,6 @@ String markdown( MentionSyntax(getMention), InlineLatexSyntax(), ], - inlineOnly: true, ); var stripPTags = '

'.allMatches(ret).length <= 1;