In using your editor and changing to html, I noticed that part of the stylings is not being applied to all the content. I even tried it in storybook mode and was able to reproduce the error.
It appears that when an emoji is inserted, it will leave off the final character from the applied stylings.
For example:
🤔 What's wrong with lines with emojis?
becomes
<p>🤔 What's wrong with lines with<strong> emojis</strong>?</p>
The question mark was excluded from the bold styling
and
😁😀 double trouble
becomes
<p><strong>😁😀 double troub</strong>le</p>
Thank you @jpuri for all your work here.
In using your editor and changing to html, I noticed that part of the stylings is not being applied to all the content. I even tried it in storybook mode and was able to reproduce the error.
It appears that when an emoji is inserted, it will leave off the final character from the applied stylings.
For example:
🤔 What's wrong with lines with emojis? becomes
<p>🤔 What's wrong with lines with<strong> emojis</strong>?</p>
The question mark was excluded from the bold styling
and 😁😀 double trouble becomes
<p><strong>😁😀 double troub</strong>le</p>