inline_image method
inline_image
Creates InlineImageSyntaxNode
.
Returns
The InlineImageSyntax.
def inline_image(self, alt_text, href, title):
...
Parameter | Type | Description |
---|---|---|
alt_text | str | The alternative text. |
href | str | The URL of image. |
title | str | The title. |
inline_image
Creates InlineImageSyntaxNode
.
Returns
The InlineImageSyntax.
def inline_image(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. |