soft_break method

soft_break

Creates SoftBreakSyntaxNode.

Returns

The SoftBreakSyntax.

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

See Also