package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Structs

Block represents a collection of nodes in sequential order.
Emphasis represents a emphasis node.
Heading represents a heading node.
Link represents a link in the form: [body](target).
NewLine represents a blank new line.
Tag represents a tag in the form: {{identifier:type}}, where "type" is optional and is "string" by default.
Text represent a block of text.
Whitespace represent a whitespace.

# Interfaces

Node represents a node in a minidown document graph.