emphasis method
emphasis
Create the EmphasisSyntax.
Returns
The EmphasisSyntax.
def emphasis(self, emphasis):
...
Parameter | Type | Description |
---|---|---|
emphasis | Emphasis | The emphasis. |
emphasis
Creates EmphasisSyntaxNode
.
Returns
The EmphasisSyntax.
def emphasis(self, opening, closing):
...
Parameter | Type | Description |
---|---|---|
opening | MarkdownSyntaxToken | The opening token. |
closing | MarkdownSyntaxToken | The closing token. |
See Also
- module
aspose.html.toolkit.markdown.syntax
- class
EmphasisSyntaxNode
- class
MarkdownSyntaxFactory