parse_file method

parse_file

Parse an file.

Returns

The Markdown syntax tree.

def parse_file(self, path):
    ...
ParameterTypeDescription
pathstrThe path to file.

See Also