Aspose.Html.Toolkit.Markdown.Syntax.Parser
Contents
[
Hide
]The Aspose.Html.Toolkit.Markdown.Syntax.Parser namespace contains objects and methods that allow you to parse the markdown document.
Classes
Class | Description |
---|---|
BlockSyntaxDescriptor | Defines the BlockSyntaxDescriptor. |
DelimiterRun | Defines the DelimiterRun |
MarkdownBlockParser | Defines the base class MarkdownBlockParser |
MarkdownInlineSyntaxParser | Defines the base class MarkdownInlineSyntaxParser |
MarkdownParser | Represents an MarkDown format document parser. |
MarkdownSyntaxExtension | Defines the base class for MarkdownSyntaxExtension |
Structures
Structure | Description |
---|---|
InlineParsingInstruction | Defines the InlineParsingInstruction struct. |
LineParsingInstruction | Defines the LineParsingInstruction. |
Interfaces
Interface | Description |
---|---|
IBlockParsingContext | Defines the IBlockParsingContext interface. |
IInlineEmphasisPostProcessing | Defines the IInlineEmphasisPostProcessing interface. |
IInlineLinkPostProcessing | Defines the IInlineLinkPostProcessing interface. |
IInlineParsingContext | Defines the IInlineParsingContext interface. |
IInlinePostProcessing | Defines the IInlinePostProcessing interface |
IInlinePostProcessingContext | Defines the interface IInlinePostProcessingContext |
IMarkdownParserBuilder | Defines the base interface IMarkdownParserBuilder |
Enumeration
Enumeration | Description |
---|---|
BlockClosingReason | Defines the BlockClosingReason enum. |
DelimiterState | Defines the DelimiterState enum. |
ParsingInstruction | The ParsingInstruction enum. |