Top-level APIs for configuring pipelines, parsing Markdown, and rendering output formats.
Contains the top level classes for using Markdig. The entry user class is .
MarkdownProvides methods for parsing a Markdown string to a syntax tree and converting it to other formats.MarkdownExtensionsProvides extension methods for MarkdownPipelineBuilder to enable several Markdown extensions.MarkdownParserContextProvides a context that can be used as part of parsing Markdown documents.MarkdownPipelineThis class is the Markdown pipeline build from a MarkdownPipelineBuilder. An instance of MarkdownPipeline is immutable, thread-safe, and should be reused when parsing multiple inputs.MarkdownPipelineBuilderThis class allows to modify the pipeline to parse and render a Markdown document.IMarkdownExtensionBase interface for an extension.Use this namespace as the primary entry point for most Markdig integrations.