handleSuperscript method
Implementation
bool handleSuperscript() {
if (document.registry.isFormattingDisabled(document)) return false;
document.saveState(description: 'Superscript', forceNewAction: true);
executeHandleSuperscript(document);
return true;
}