append_inline method

append_inline

Defines the interface for Append Inline.

Returns

The BlockSyntaxDescriptor.

def append_inline(self, text):
    ...
ParameterTypeDescription
textaspose.html.toolkit.markdown.syntax.text.SourceTextThe SourceText.

See Also