The top level container of a converted HTML fragment.
Whitespace between block level tags is dropped here: it only exists because the markup was indented and would otherwise turn into stray runs of text.
Summary
Functions
Converts the children of the fragment node.
Types
@type t() :: %Sablon.HTMLConverter.Root{nodes: [struct()]}
Functions
@spec new(Sablon.Environment.t(), Sablon.XML.Node.t(), Sablon.Props.t()) :: t()
Converts the children of the fragment node.