escaped_character method

escaped_character

Creates TextSyntaxNode.

Returns

The TextSyntax.

def escaped_character(self, escaped_char):
    ...
ParameterTypeDescription
escaped_charcharThe escapedChar.

escaped_character

Creates TextSyntaxNode.

Returns

The TextSyntax.

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

See Also