link_destination method
link_destination
Creates LinkDestinationSyntaxNode.
Returns
The LinkDestinationSyntaxNode object .
def link_destination(self):
...
link_destination
Creates LinkDestinationSyntaxNode object from a string.
Returns
The LinkDestinationSyntaxNode object .
def link_destination(self, url):
...
| Parameter | Type | Description |
|---|---|---|
| url | str | Destination URL string. |
link_destination
Creates LinkDestinationSyntaxNode.
Returns
The LinkDestinationSyntaxNode object .
def link_destination(self, opening, closing):
...
| Parameter | Type | Description |
|---|---|---|
| opening | MarkdownSyntaxToken | The opening token. |
| closing | MarkdownSyntaxToken | The closing token. |