MarkdownSyntaxFactory.EmphasisOpening

MarkdownSyntaxFactory.EmphasisOpening method

Create the MarkdownSyntaxToken.

public MarkdownSyntaxToken EmphasisOpening(SourceText source, TextSpan span)
ParameterTypeDescription
sourceSourceTextThe SourceText.
spanTextSpanThe TextSpan.

Return Value

The MarkdownSyntaxToken.

See Also