link_label method
link_label
Creates link label from a string.
Returns
The TextSyntaxNode object.
def link_label(self, label):
    ...
| Parameter | Type | Description | 
|---|---|---|
| label | str | Label string. | 
See Also
- module aspose.html.toolkit.markdown.syntax
- class MarkdownSyntaxFactory
- class TextSyntaxNode