Closed nicolasiscoding closed 3 weeks ago
I had to use a workaround involving spaces in italic inner html
i.innerHTML = ' ' + element.innerHTML + ' ';
This case also impact the <i>
tag, not just <em>
tag
You can close this, i tested it on my app end. it is working well! Thanks!