next_sibling method

next_sibling

Defines the interface for get next sibling node.

Returns

The MarkdownSyntaxNode.

def next_sibling(self):
    ...

See Also