You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rocket.Chat uses newlines to separate lines in messages. Showdown by default expects Markdown-style line breaks (two spaces and a newline).
We should pass simpleLineBreaks=true (doc) to the Showdown options to convert the newline character to <br>.
Rocket.Chat uses newlines to separate lines in messages. Showdown by default expects Markdown-style line breaks (two spaces and a newline).
We should pass
simpleLineBreaks=true
(doc) to the Showdown options to convert the newline character to<br>
.rocketchat2matrix/src/handlers/messages.ts
Line 100 in 56da775
The text was updated successfully, but these errors were encountered: