View Source Panpipe.AST.OrderedList (Panpipe v0.3.1)

A Panpipe.AST.Node for nodes of the Pandoc AST with the type OrderedList.

The list elements are stored as Panpipe.AST.ListElement structs and the list attributes in a Panpipe.AST.ListAttributes struct.

Summary

Functions

Callback implementation for Panpipe.AST.Node.block?/0.

Callback implementation for Panpipe.AST.Node.child_type/0.

Callback implementation for Panpipe.AST.Node.children/1.

Callback implementation for Panpipe.AST.Node.inline?/0.

Callback implementation for Panpipe.AST.Node.transform/2.

Types

t()

@type t() :: %Panpipe.AST.OrderedList{
  children: term(),
  list_attributes: term(),
  parent: term()
}

Functions

block?()

Callback implementation for Panpipe.AST.Node.block?/0.

child_type()

Callback implementation for Panpipe.AST.Node.child_type/0.

children(node)

Callback implementation for Panpipe.AST.Node.children/1.

inline?()

Callback implementation for Panpipe.AST.Node.inline?/0.

to_pandoc(ordered_list)

Callback implementation for Panpipe.AST.Node.to_pandoc/1.

transform(node, fun)

Callback implementation for Panpipe.AST.Node.transform/2.