first_child method

first_child

Defines the interface for get first child node.

Returns

The MarkdownSyntaxNode.

def first_child(self):
    ...

See Also