handleSubscript method
Implementation
bool handleSubscript() {
if (document.registry.isFormattingDisabled(document)) return false;
document.saveState(description: 'Subscript', forceNewAction: true);
executeHandleSubscript(document);
return true;
}