A w:p element - the top level content container of a Word document.
Paragraphs cannot be nested, so anything block level inside one is hoisted by the tag configuration rather than handled here.
Summary
Functions
The child elements a w:p may contain.
Converts an HTML block level element into a paragraph.
The w:pPr properties a paragraph accepts.
Types
@type t() :: %Sablon.HTMLConverter.Paragraph{ attributes: map(), properties: Sablon.HTMLConverter.NodeProperties.t() | nil, runs: [struct()] }
Functions
The child elements a w:p may contain.
@spec new(Sablon.Environment.t(), Sablon.XML.Node.t(), Sablon.Props.t()) :: t()
Converts an HTML block level element into a paragraph.
The w:pPr properties a paragraph accepts.