Update an attribute in a specific node.
Ports AttrStep from prosemirror-transform/src/attr_step.ts.
Summary
Functions
Create a new AttrStep.
Types
@type t() :: %ProsemirrorEx.Transform.AttrStep{ attr: String.t(), pos: non_neg_integer(), value: any() }