Remove a mark from all inline content between two positions.
Ports RemoveMarkStep from prosemirror-transform/src/mark_step.ts.
Summary
Functions
Create a new RemoveMarkStep.
Types
@type t() :: %ProsemirrorEx.Transform.RemoveMarkStep{ from: non_neg_integer(), mark: ProsemirrorEx.Model.Mark.t(), to: non_neg_integer() }