applyInlineStyle
Wraps the selection in a span
element with inline styles.
Parameters
view EditorView<any>
options { style: string; value: string; }
command? EditorToolsSettings.Command
Returns
boolean - If a style is applied to any of the elements, returns true
.