Sablon.HTMLConverter.ListParagraph (sablon v0.4.4)

Copy Markdown View Source

A paragraph that is part of a list.

The list attributes the List node stamped onto the li element are turned into the w:numPr property that ties the paragraph to a numbering definition.

Summary

Types

t()

@type t() :: %Sablon.HTMLConverter.ListParagraph{
  attributes: map(),
  properties: term(),
  runs: [struct()]
}

Functions

children(list_paragraph)

describe(list_paragraph)

new(env, node, properties)

Converts an li element into a list paragraph.

put_children(list_paragraph, runs)

to_docx(list_paragraph)