## Node


A node in the CommonMark/GFM abstract syntax tree.


Usage

``` python
Node(
    ptr,
    owner,
)
```


Nodes are obtained by calling [parse()](parse.md#multimark.parse) or [Parser.finish()](Parser.finish.md#multimark.Parser.finish). They should not be instantiated directly.

Provides tree traversal, node property access, and rendering methods.
