Documentation
¶
Overview ¶
Package ast declares structures used to represent mexdown syntax trees.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Citation ¶
A Citation statement represents the corresponding source for a cited label. This label can be referenced in links.
type Directive ¶
A Directive statement represents either raw (preformatted) text, or an input string to pass into a command.
type File ¶
File represents a mexdown source file. It stores a list of statements representing the source text and citations referenced by any links in the source.
type List ¶
type List struct {
Items []ListItem
}
A List statement represents a sequence of list items.
type Node ¶
type Node interface {
// contains filtered or unexported methods
}
All Node types implement the Node interface.
Click to show internal directories.
Click to hide internal directories.