class Paru::PandocFilter::Node

Every node in a Pandoc AST is mapped to Node. Filters are all about manipulating Nodes.

@!attribute parent

@return [Node] the parent node, if any.