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
This would be fixed if we didn't insert MD on completion of rooms, much like #4674
The issue is that the draft-js-export-html will convert LINK entities to anchor elements for us, but currently the markdown conversion doesn't consider LINK entities at all. We can change it so that it converts LINKs to [links](some.url) before saving to history and sending the message.
So instead of totally rewriting the RTE to either use entities with type MENTION or totally rewriting the RTE to always use the same AST for a given message (see #4679), I'm going to do the quick fix of stripping MD mentions before handling commands.
I tried typing:
and saw
#neb:matrix.org
pop up, so I selected it with my mouse and then hit enter and a dialog appeared which said:I'm guessing because the raw text is in markdown form by that point.
The text was updated successfully, but these errors were encountered: