next_node method

next_node

Defines the interface for get the next node.

Returns

The markdown syntax node.

def next_node(self):
    ...

See Also