Closed edwh closed 2 years ago
I've updated and made changes to the plugin, if you could try it and let me know, that would be great.
We'd had some PR's merged that were created by a generous helper, if you could check and see if this is still an issue for you, could you please reopen or create a new issue, thank you.
Thanks for the plugin. The code has this:
tS = new RegExp('<' + bT[i] + '.*>.*<\/' + bT[i] + '>', 'gi');
Shouldn't this be:
tS = new RegExp('<' + bT[i] + '.*?>.*?<\/' + bT[i] + '>', 'gi');