supports method
Whether command is available to the editor.
Implementation
bool supports(MarkdownEditorCommand command) {
return !disabledCommands.contains(command);
}
Whether command is available to the editor.
bool supports(MarkdownEditorCommand command) {
return !disabledCommands.contains(command);
}