fenced_code_block method
fenced_code_block
Creates FencedCodeBlockSyntaxNode
.
Returns
The FencedCodeBlockSyntax.
def fenced_code_block(self, opening, info):
...
Parameter | Type | Description |
---|---|---|
opening | MarkdownSyntaxToken | The opening token. |
info | TextSyntaxNode | The TextSyntax. |
fenced_code_block
Creates FencedCodeBlockSyntaxNode
.
Returns
The FencedCodeBlockSyntax.
def fenced_code_block(self, opening, info, closing):
...
Parameter | Type | Description |
---|---|---|
opening | MarkdownSyntaxToken | The opening token. |
info | TextSyntaxNode | The TextSyntax. |
closing | MarkdownSyntaxToken | The closing token. |