MarkdownParser.ParseFile

MarkdownParser.ParseFile method

Parse an file.

public MarkdownSyntaxTree ParseFile(string path)
ParameterTypeDescription
pathStringThe path to file.

Return Value

The Markdown syntax tree.

See Also