MarkdownParser.Parse
Parse(TextReader)
Parse an TextReader.
public MarkdownSyntaxTree Parse(TextReader reader)
Parameter | Type | Description |
---|---|---|
reader | TextReader | The TextReader. |
Return Value
The Markdown syntax tree.
See Also
- class MarkdownSyntaxTree
- class MarkdownParser
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Parser
- assembly Aspose.HTML
Parse(Stream)
Parse from Stream.
public MarkdownSyntaxTree Parse(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The Stream. |
Return Value
The Markdown syntax tree.
See Also
- class MarkdownSyntaxTree
- class MarkdownParser
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Parser
- assembly Aspose.HTML
Parse(string)
Prase from the string context.
public MarkdownSyntaxTree Parse(string content)
Parameter | Type | Description |
---|---|---|
content | String | The string content. |
Return Value
The Markdown syntax tree.
See Also
- class MarkdownSyntaxTree
- class MarkdownParser
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Parser
- assembly Aspose.HTML