visit_syntax_tree method
visit_syntax_tree
Defines the interface for visit MarkdownSyntaxTree.
def visit_syntax_tree(self, tree):
...
Parameter | Type | Description |
---|---|---|
tree | MarkdownSyntaxTree | The MarkdownSyntaxTree. |
Defines the interface for visit MarkdownSyntaxTree.
def visit_syntax_tree(self, tree):
...
Parameter | Type | Description |
---|---|---|
tree | MarkdownSyntaxTree | The MarkdownSyntaxTree. |