package
0.14.2
Repository: https://github.com/quackduck/go-term-markdown.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
WalkFunc is like Walk but accepts just a callback function.

# Constants

GoToNext is the default traversal of every node.
SkipChildren tells walker to skip all children of current node.
Terminate tells walker to terminate the traversal.

# Interfaces

NodeVisitor is a callback to be called when traversing the syntax tree.

# Type aliases

NodeVisitorFunc casts a function to match NodeVisitor interface.
WalkStatus allows NodeVisitor to have some control over the tree traversal.