Node

A node in the CommonMark/GFM abstract syntax tree.

Usage

Source

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.