Folio.Content.EnumList (Folio v0.2.3)

Copy Markdown View Source

Numbered (ordered) list.

Summary

Types

t()

@type t() :: %Folio.Content.EnumList{
  children: [Folio.Content.t()],
  start: pos_integer() | nil,
  tight: boolean()
}