Anyone has any ideas how to add a space between "a" and "boy" when </b><i> pattern is found?
<aaa>
I am <b>a</b><i>boy</i>.
</aaa>
Currently I apply template at "aaa" level and then handle <b> and <i> templates separately. However, I have no ways to tell that the </b><i> pattern is found.