handleStrikethrough method
Implementation
bool handleStrikethrough() {
if (document.registry.isFormattingDisabled(document)) return false;
document.saveState(description: 'Strikethrough', forceNewAction: true);
executeHandleStrikethrough(document);
return true;
}