emphasis_opening method

emphasis_opening

Create the MarkdownSyntaxToken.

Returns

The MarkdownSyntaxToken.

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

See Also