parse_file method
parse_file
Parse an file.
Returns
The Markdown syntax tree.
def parse_file(self, path):
...
Parameter | Type | Description |
---|---|---|
path | str | The path to file. |
Parse an file.
The Markdown syntax tree.
def parse_file(self, path):
...
Parameter | Type | Description |
---|---|---|
path | str | The path to file. |