Sandcastle.Core.Markdown.Parsers Namespace

This namespace contains Markdig parsers used to convert Markdown to MAML.

Classes

AlertBlock A class is used to represent an alert block in Markdown
AlertBlockParser This class is a block parser that detects quote lines that contain only an alert marker (e.g. "[!NOTE]") and creates an AlertBlock instead of a plain QuoteBlock.
ExtendedHtmlBlockParser This class is used to parse HTML blocks with extended capabilities over the built-in Markdig parser