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
Hi, it seems that the linkify() part of the message that convert links to ... elements do so with xhtml message, and thus create nested elements.
This is "bad" because 1. this is forbidden by the standard, but 2. some reformatters like the image inliner plugin will have issues with it (displays the images two times).
I did not dwell far in the code, but maybe something like that could be done in util.js to avoid the issue?
Hi, it seems that the linkify() part of the message that convert links to ... elements do so with xhtml message, and thus create nested elements.
This is "bad" because 1. this is forbidden by the standard, but 2. some reformatters like the image inliner plugin will have issues with it (displays the images two times).
I did not dwell far in the code, but maybe something like that could be done in util.js to avoid the issue?
(of course, that would mean assuming that xhtml message properly format links in their content...)
The text was updated successfully, but these errors were encountered: