Skip to content

Commit

Permalink
TW-1328: preserve all new lines before sending
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE authored and hoangdat committed Jan 17, 2024
1 parent 77bcef3 commit 71d0dad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/utils/markdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ String markdown(
MentionSyntax(getMention),
InlineLatexSyntax(),
],
inlineOnly: true,
);

var stripPTags = '<p>'.allMatches(ret).length <= 1;
Expand Down

0 comments on commit 71d0dad

Please sign in to comment.