emphasis_closing method

emphasis_closing

Create EmphasisClosing.

Returns

The MarkdownSyntaxToken.

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

See Also