Called when a custom slash command is selected.
typedef MarkdownEditorSlashCommandCallback = FutureOr<String?> Function( String query, );