inline_link method
inline_link
Creates InlineLink.
Returns
The LinkReferenceDefinitionSyntax.
def inline_link(self, text, destination, title):
...
Parameter | Type | Description |
---|---|---|
text | str | The link text. |
destination | str | The string destination. |
title | str | The string title. |
inline_link
Creates InlineLinkSyntaxNode
.
Returns
The InlineLinkSyntax.
def inline_link(self, content_opening, content_closing, declaration_opening, destination, title, declaration_closing):
...
Parameter | Type | Description |
---|---|---|
content_opening | MarkdownSyntaxToken | The contentOpening. |
content_closing | MarkdownSyntaxToken | The contentClosing. |
declaration_opening | MarkdownSyntaxToken | The declarationOpening. |
destination | LinkDestinationSyntaxNode | The destination. |
title | LinkTitleSyntaxNode | The title. |
declaration_closing | MarkdownSyntaxToken | The declarationClosing. |
See Also
- module
aspose.html.toolkit.markdown.syntax
- class
InlineLinkSyntaxNode
- class
MarkdownSyntaxFactory