Hi, an issue I've found that I think it's a bug but it also could be a design decision for any reason...
Just suppose you have:
Code:
<p>A simple example text</p>
Then you type <em>:
Code:
<p>A simple <em>example text</p>
And then you try to type the ending </em>:
Code:
<p>A simple <em>example </text</p>
What you get is:
Code:
<p>A simple <em>example </text>text</p>
A bug?