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

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

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.

The possible values for the type field.

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

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

Types

t()

@type t() :: %Panpipe.AST.Math{parent: term(), string: term(), type: 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.

math_types()

The possible values for the type field.

to_pandoc(math)

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

transform(node, fun)

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