Node
A node in the CommonMark/GFM abstract syntax tree.
Usage
Node(
ptr,
owner,
)Nodes are obtained by calling parse() or Parser.finish(). They should not be instantiated directly.
Provides tree traversal, node property access, and rendering methods.