remove_child method

remove_child

Remove the child.

Returns

The MarkdownSyntaxNode.

def remove_child(self, child):
    ...
ParameterTypeDescription
childMarkdownSyntaxNodeThe child.

See Also