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
For Markdown, should be converted to an unbreakable space; but Qt's Markdown converter used by HtmlFilter seems to replace it with a normal space instead, which in Markdown is the same as no payload at all. The plain body retains but the formatted body ends up being empty, and that's what a lot of clients prefer showing.
The text was updated successfully, but these errors were encountered:
For Markdown,
should be converted to an unbreakable space; but Qt's Markdown converter used byHtmlFilter
seems to replace it with a normal space instead, which in Markdown is the same as no payload at all. The plain body retains
but the formatted body ends up being empty, and that's what a lot of clients prefer showing.The text was updated successfully, but these errors were encountered: