MarkdownSyntaxFactory.EscapedCharacter

EscapedCharacter(char)

Creates TextSyntaxNode.

public TextSyntaxNode EscapedCharacter(char escapedChar)
ParameterTypeDescription
escapedCharCharThe escapedChar.

Return Value

The TextSyntax.

See Also


EscapedCharacter(SourceText, TextSpan)

Creates TextSyntaxNode.

public TextSyntaxNode EscapedCharacter(SourceText source, TextSpan span)
ParameterTypeDescription
sourceSourceTextThe SourceText.
spanTextSpanThe TextSpan.

Return Value

The TextSyntax.

See Also