hard_break method

hard_break

Creates HardBreakSyntaxNode.

Returns

The HardBreakSyntax.

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

See Also