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
Merge pull request #4902: FIX(client, markdown): Wrong line break HTM…
…L code
The Markdown code was using </br> instead of the correct <br/>.
This error was introduced in 2da3f0d.
Fixes#4899