previous_sibling method

previous_sibling

Defines the interface for get previous sibling node.

Returns

The MarkdownSyntaxNode.

def previous_sibling(self):
    ...

See Also