hard_breaking_tag method

hard_breaking_tag

Create HardBreakingTag.

Returns

The MarkdownSyntaxToken.

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

See Also