visit_syntax_tree method

visit_syntax_tree

Defines the interface for visit MarkdownSyntaxTree.

def visit_syntax_tree(self, tree):
    ...
ParameterTypeDescription
treeMarkdownSyntaxTreeThe MarkdownSyntaxTree.

See Also