on_close method
on_close
Defines interface for OnClose method.
def on_close(self, descriptor, parent, context):
...
| Parameter | Type | Description |
|---|---|---|
| descriptor | BlockSyntaxDescriptor | The description. |
| parent | MarkdownSyntaxNode | The parent. |
| context | IBlockParsingContext | The context. |