DelimiterRun constructor

init

Create the DelimiterRun

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

See Also