token method
token
Creates MarkdownSyntaxToken.
Returns
The MarkdownSyntaxToken.
def token(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | aspose.html.toolkit.markdown.syntax.text.SourceText | The SourceText. |
token
Creates MarkdownSyntaxToken.
Returns
The MarkdownSyntaxToken.
def token(self, source, span):
...
| Parameter | Type | Description |
|---|---|---|
| source | aspose.html.toolkit.markdown.syntax.text.SourceText | The SourceText. |
| span | aspose.html.toolkit.markdown.syntax.text.TextSpan | The TextSpan. |
See Also
- module
aspose.html.toolkit.markdown.syntax - class
MarkdownSyntaxFactory - class
MarkdownSyntaxToken