MarkdownSyntaxTree constructor

init

Created the MarkdownSyntaxTree.

def __init__(self):
    ...

init

Creates the MarkdownSyntaxTree

def __init__(self, configuration):
    ...
ParameterTypeDescription
configurationConfigurationThe Configuration.

See Also