Aspose.Html.Toolkit.Markdown.Syntax.Parser

The Aspose.Html.Toolkit.Markdown.Syntax.Parser namespace contains objects and methods that allow you to parse the markdown document.

Classes

ClassDescription
BlockSyntaxDescriptorDefines the BlockSyntaxDescriptor.
DelimiterRunDefines the DelimiterRun
MarkdownBlockParserDefines the base class MarkdownBlockParser
MarkdownInlineSyntaxParserDefines the base class MarkdownInlineSyntaxParser
MarkdownParserRepresents an MarkDown format document parser.
MarkdownSyntaxExtensionDefines the base class for MarkdownSyntaxExtension

Structures

StructureDescription
InlineParsingInstructionDefines the InlineParsingInstruction struct.
LineParsingInstructionDefines the LineParsingInstruction.

Interfaces

InterfaceDescription
IBlockParsingContextDefines the IBlockParsingContext interface.
IInlineEmphasisPostProcessingDefines the IInlineEmphasisPostProcessing interface.
IInlineLinkPostProcessingDefines the IInlineLinkPostProcessing interface.
IInlineParsingContextDefines the IInlineParsingContext interface.
IInlinePostProcessingDefines the IInlinePostProcessing interface
IInlinePostProcessingContextDefines the interface IInlinePostProcessingContext
IMarkdownParserBuilderDefines the base interface IMarkdownParserBuilder

Enumeration

EnumerationDescription
BlockClosingReasonDefines the BlockClosingReason enum.
DelimiterStateDefines the DelimiterState enum.
ParsingInstructionThe ParsingInstruction enum.