character_reference method

character_reference

Creates WhitespaceSyntaxNode.

Returns

The CharacterReferenceSyntax.

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

See Also