A w:r element, i.e. a run of text with a single set of formatting.
Runs cannot be nested, which is why inline HTML tags only contribute properties and never produce AST nodes of their own.
Summary
Types
@type t() :: %Sablon.HTMLConverter.Run{ attributes: map(), properties: Sablon.HTMLConverter.NodeProperties.t() | nil, string: binary() }
Functions
@spec new(Sablon.Environment.t(), Sablon.XML.Node.t(), Sablon.Props.t()) :: t()
Converts a text node into a run.
The w:rPr properties a run accepts.