-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Riot fails to remove backslashes if the resulting message is entirely plain text #2870
Comments
I have a fix for this ready already, but it's blocked on matrix-org/matrix-react-sdk#575. |
this is super-annoying. I just tried to past |
(Anyone feeling like Java or Obj-C development? ;p) |
kegan has the con on switching riot-web to commonmark. we're not going to try to do it in sync with mobile. this can then land! |
@kyrias : You said you had a fix for this already somewhere? Can has please? 🐱 |
We still need to parse "plaintext" messages through the markdown renderer so that escappes are rendered properly. Fixes element-hq/element-web#2870. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Annnd it's merged. |
Test vectors:
\*correct\* because of *other markdown* -> *correct* because of other markdown
\*incorrect\* -> \*incorrect\*
https://matrix.to/#/!XqBunHwQIXUiqCaoxq:matrix.org/$14834739331042207DLNXN:matrix.org
The text was updated successfully, but these errors were encountered: