Previously, using &r would reset all formatting, including interactive elements like <hover> and <click>, causing unintended behavior where tooltips and clickable actions were lost.
With this fix, &r now only resets text formatting (such as color and decorations) while preserving hover and click functionality, improving compatibility with legacy text formatting while maintaining interactive elements.