token method

token

Creates MarkdownSyntaxToken.

Returns

The MarkdownSyntaxToken.

def token(self, source):
    ...
ParameterTypeDescription
sourceaspose.html.toolkit.markdown.syntax.text.SourceTextThe SourceText.

token

Creates MarkdownSyntaxToken.

Returns

The MarkdownSyntaxToken.

def token(self, source, span):
    ...
ParameterTypeDescription
sourceaspose.html.toolkit.markdown.syntax.text.SourceTextThe SourceText.
spanaspose.html.toolkit.markdown.syntax.text.TextSpanThe TextSpan.

See Also