matrix-org / matrix-rich-text-editor

Matrix Rich Text Editor
https://matrix-org.github.io/matrix-rich-text-editor/
Apache License 2.0
83 stars 19 forks source link

Markdown returned by viewModel.getMarkdown() is broken with mentions #911

Open ganfra opened 6 months ago

ganfra commented 6 months ago

The viewModel.getMarkdown() method returns invalid string when there are mentions.

Html : <a href=\"https://matrix.to/#/@ganfra:matrix.org\">ganfra</a> Test message

Markdown : <a data-mention-type=\"user\" href=\"https://matrix.to/#/@ganfra:matrix.org\" contenteditable=\"false\">ganfra</a> Test message

It shouldn't contain the <a> tag