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, great library and it works well in most text scenarios. I have found a scenario where it broke.
Old Text: Canadian artists and artistic groups by encouraging
New Text: <em>Canadian </em><strong>artists and artistic groups by encouraging
Result: <em><ins class='mod'>Canadian </em><strong>artists and artistic groups by encouraging
Expected Result: <em><ins class='mod'>Canadian </em><strong>artists and artistic groups by encouraging </ins>
Currently, the browser automatically closes the ins tag after the word "Canadian". There is no closing ins tag. the whole sentence should be highlighted in a light brown colour because the new text has bolds and italics in there.
The text was updated successfully, but these errors were encountered:
Hi, great library and it works well in most text scenarios. I have found a scenario where it broke.
Old Text: Canadian artists and artistic groups by encouraging
New Text:
<em>Canadian </em><strong>artists and artistic groups by encouraging
Result:
<em><ins class='mod'>Canadian </em><strong>artists and artistic groups by encouraging
Expected Result:
<em><ins class='mod'>Canadian </em><strong>artists and artistic groups by encouraging </ins>
Currently, the browser automatically closes the ins tag after the word "Canadian". There is no closing ins tag. the whole sentence should be highlighted in a light brown colour because the new text has bolds and italics in there.
The text was updated successfully, but these errors were encountered: