Sablon.HTMLConverter.Root (sablon v0.4.3)

Copy Markdown View Source

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

Types

t()

@type t() :: %Sablon.HTMLConverter.Root{nodes: [struct()]}

Functions

children(root)

describe(root)

new(env, node, properties \\ [])

Converts the children of the fragment node.

put_children(root, nodes)

to_docx(root)